Click or drag to resize

LognormalDistribution Constructor

Initializes a standard log-normal distribution.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public LognormalDistribution()
Remarks

A standard log-normal distribution has μ = 0 and σ = 1. It is the log transform of the standard normal distribution.

See Also