Log Normal Curve.Median Property
Gets or sets the location parameter (μ).
Definition
Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public double Median { get; set; }Property Value
DoubleRemarks
The location parameter is the mean of the natural logarithm of the variable. It affects the position of the distribution along the x-axis. The mode (peak) of the distribution occurs at exp(μ - σ²), and the median at exp(μ).
This value corresponds to the second parameter of the curve.