Click or drag to resize

UniformDistributionMedian Property

Gets the median of the distribution.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override double Median { get; }

Property Value

Type: Double
Remarks
The median is the point with equal integrated probability above and below, i.e. with P(x1) = 0.5.
See Also