Exponential
Models exponentially distributed random variables This distribution is commonly use to model the time between events
Parameters
The mean of the distribution, must be > 0.0
an optional label/name
Constructors
Functions
Computes the first order loss function for the function for given value of x, G1(x) = Emax(X-x,0)
Computes the natural log of the pdf function evaluated at x. Implementations may want to specify computationally efficient formulas for this function.
Gets the parameters
Sets the parameters
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.