The prior distribution on model parameters as a DynaML random variable
The likelihood of the data given a particular value of parameters
Cartesian product with another random variables which has a defined probability distribution.
Cartesian product with another random variables which has a defined probability distribution.
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.
Generate a sample from the random variable
Generate a sample from the random variable
The actual probability density function is represented as a breeze Density object.
The actual probability density function is represented as a breeze Density object.
Monte Carlo based bayesian inference model where the parameter space is known to be continuous and hence represented via a ContinuousDistrRV instance.
The type representing the model parameters
The type representing the observed data.