io.github.mandar2812.dynaml.probability
Generate a sample from the random variable
Generate a sample from the random variable
Outputs the cartesian product between two random variables.
Outputs the cartesian product between two random variables.
The domain of the other random variable
The random variable which forms the second component of the cartesian product.
Transform the current random variable on Domain to a morphed random variable on OtherDomain
Transform the current random variable on Domain to a morphed random variable on OtherDomain
Alias for sample.run()
Alias for sample.run()
Create an iid random variable from the current (this)
Create an iid random variable from the current (this)
The number of iid samples of the base random variable.
A measurable function is any mapping/function applied to samples generated by some base random variable instance.
Type over which the base random variable is defined.
Type over which output of function takes its values.
The type of the base Random Variable, must inherit from RandomVariable