p
cardano
package cardano
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- cardano
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
AllDistributions
extends DiscreteDistributions with ContinuousDistributions with MetropolisDistributions with PosteriorDistributions
A class containing all the standard distributions implemented in cardano.
A class containing all the standard distributions implemented in cardano.
If you don't need to set the seed, it is simpler to use the companion object Stochastic directly. Otherwise use AllDistributions and provide it with your own org.apache.commons.math3.random.RandomGenerator.
- type Prob = Double
-
trait
Stochastic
[+A] extends AnyRef
A random variable of concrete type
A.A random variable of concrete type
A.- A
the concrete type of the random variable
Value Members
-
object
Stochastic
extends AllDistributions
The main entry point to cardano.
The main entry point to cardano. All standard distributions implemented in cardano can be accessed from here.
The seed is automatically set using the current timestamp; if you wish to set the seed yourself, have a look at AllDistributions.