Random Number Distributions

Module contains the classes implementing random variable distribution. More...

Classes

class  julian::BivariateNormal
 Class implements Bivariate Normal Random Variable. More...
 
class  julian::CustomRandomVariable
 Class implements the custom random variable. More...
 
class  julian::GaussianRandomVariable
 Class implements the Gaussian random variable. More...
 
class  julian::NormalDistribution
 Class implements Normal Distribution. More...
 
class  julian::ProbabilityDistribution
 Class implements an interface of random number distribution. More...
 
class  julian::RandomVariable
 Class implements the interface for Random Variables. More...
 
class  julian::ScaleLocationDistribution
 Class implements an interface of location scale distribution. More...
 
class  julian::UniformDistribution
 Class implements Uniform Distribution. More...
 

Detailed Description

Module contains the classes implementing random variable distribution.