Normal
Models normally distributed random variables
Parameters
of the distribution
must be > 0
an optional name/label
Constructors
Functions
Computes the complementary cumulative probability distribution function for given value of x. This is P{X > x}
Computes the first order loss function for the function for given value of x, G1(x) = Emax(X-x,0)
Gets the parameters for the distribution
Sets the parameters for the distribution mean = parameters0 and variance = parameters1
Promises to return a random variable that uses the supplied stream number using the supplied stream provider
Computes the 2nd order loss function for the distribution function for given value of x, G2(x) = (1/2)Emax(X-x,0)*max(X-x-1,0)
Computes the sum of the log-likelihood function evaluated at each observation in the data. Implementations may want to specify computationally efficient formulas for this function.