Log-normal distribution

Revision as of 05:44, 31 January 2007 by Lchrisman (talk | contribs) (Lognormal moved to LogNormal: Wrong capitalization)

LogNormal Distribution Function

Declaration

LogNormal( median,gsdev,mean,stddev : optional positive ; over : ... optional atomic) 

New to Analytica 4.0

The LogNormal now supports several parametric variations, as well as an over parameter. Specifically, you can specify a LogNormal using any of the following parameterizations:

LogNormal( median: med, gsdev: gs )  or just LogNormal(med,gs)
LogNormal( median: med, stddev: sd )
LogNormal( median: med, mean: mu )
LogNormal( mean: mu, stddev: sd )
LogNormal( mean: mu, gsdev: gs )
LogNormal( gsdev: gs, stddev: sd )

If fewer than two parameters are provided, the remainder default to std-LogNormal values (e.g., such that ln(x) is standard normal). If more than two parameters are specified, an error results.

The optional Over parameter can be used to specify dimensions over which independent sampling occurs.

Comments


You are not allowed to post comments.