Lognormal Distribution.Location Parameter Property
Gets the location parameter for the distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The location parameter for the distribution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double LocationParameter { get; }
Property Value
DoubleThe location parameter for the distribution.
Remarks
The location parameter of the lognormal distribution is the mean of the underlying normal distribution.
This property is read-only.