Click or drag to resize

LogNormalDistribution Fields

The LogNormalDistribution type exposes the following members.

Fields
 NameDescription
Protected fieldcached Cached flag indicating whether a value is available in the Box-Muller cache.
(Inherited from NormalDistribution)
Protected fieldcacheval Cached parameters and coefficients used by the normal distribution implementation.
(Inherited from NormalDistribution)
Protected fieldgeneratorPointer to generator.
(Inherited from ProbabilityDistribution)
Protected fieldm_log Cached logarithmic mean and standard deviation.
Protected fieldmu Cached parameters and coefficients used by the normal distribution implementation.
(Inherited from NormalDistribution)
Protected fields_log Cached logarithmic mean and standard deviation.
Protected fieldscale Cached parameters and coefficients used by the normal distribution implementation.
(Inherited from NormalDistribution)
Protected fieldsigma Cached parameters and coefficients used by the normal distribution implementation.
(Inherited from NormalDistribution)
Top
See Also