parameters
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.
Parameters
the Mean
must be > 0
the Variance
must be > 0
Sets the parameters for the distribution mean = parameters0 and variance = parameters1
Parameters
params
an array of doubles representing the parameters for the distribution
Gets the parameters for the distribution
Return
Returns an array of the parameters for the distribution