Generate a sample from the random variable
Generate a sample from the random variable
Return the random variable that results from multiplying a provided quantity in the Domain to the current random variable.
Return the random variable that results from multiplying a provided quantity in the Domain to the current random variable.
The value to be multiplied to this random variable.
An implicit parameter, which represents a Field defined over the set Domain.
Return the random variable that results from multiplying a provided random variable to the current random variable.
Return the random variable that results from multiplying a provided random variable to the current random variable.
The random variable to be multiplied to this.
An implicit parameter, which represents a Field defined over the set Domain.
Return the random variable that results from adding a provided quantity in the Domain to the current random variable.
Return the random variable that results from adding a provided quantity in the Domain to the current random variable.
The value to be added to this random variable.
An implicit parameter, which represents a Field defined over the set Domain.
Return the random variable that results from adding a provided random variable to the current random variable.
Return the random variable that results from adding a provided random variable to the current random variable.
The random variable to be added to this.
Return the random variable that results from subtracting a provided quantity in the Domain from the current random variable.
Return the random variable that results from subtracting a provided quantity in the Domain from the current random variable.
The value to be subtracted from this random variable.
An implicit parameter, which represents a Field defined over the set Domain.
Return the random variable that results from subtracting a provided random variable from the current random variable.
Return the random variable that results from subtracting a provided random variable from the current random variable.
The random variable to be subtracted from this.
An implicit parameter, which represents a Field defined over the set Domain.
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 random variable mixture over a continuous domain
Domain over which each mixture component is defined
The type of each mixture component, must be a sub type of ContinuousRandomVariable