Gamma
Models random variables that have gamma distribution For more information on the gamma distribution and its related functions, see "Object-Oriented Numerical Methods" by D. Besset
Parameters
The shape parameter of the distribution, must be greater than 0
The scale parameter of the distribution, must be greater than 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 with shape = parameters0 and scale = 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)