NormalDistributionMedian Property
Gets the median of the distribution.
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public override double Median { get; }
Public Overrides ReadOnly Property Median As Double
Get
public:
virtual property double Median {
double get () override;
}
abstract Median : float with get
override Median : float with get
Property Value
Double The median is the point with equal integrated probability above and below, i.e. with P(x1) = 0.5.