Poisson
class Poisson(theMean: Double = 1.0, name: String? = null) : Distribution, DiscretePMFInRangeDistributionIfc, LossFunctionDistributionIfc, GetRVariableIfc, RVParametersTypeIfc(source)
Represents a Poisson random variable. A Poisson random variable represents the number of occurrences of an event with time or space.
Parameters
the Mean
the mean rate
name
an optional label/name
Properties
Functions
Link copied to clipboard
Computes the first order loss function for the function for given value of x, G1(x) = Emax(X-x,0)
Link copied to clipboard
Gets the parameters for the distribution
Sets the parameters for the distribution parameters0 should be the mean rate
Link copied to clipboard
Promises to return a random variable that uses the supplied stream number using the supplied stream provider
Link copied to clipboard
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)
Link copied to clipboard