Lognormal
Models the lognormal distribution This distribution is commonly used to model the time of a task
Parameters: mean and variance.
Note: these parameters are the actual mean and variance of the lognormal distribution, not some underlying normal distribution as in many implementations.
Parameters
must be > 0
must be > 0
an optional name/label
Constructors
Properties
Functions
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
Sets the parameters of a lognormal distribution to mean and variance. Note: these parameters are the actual mean and variance of the lognormal, not the underlying normal as in many other implementations.
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)