Gets the median of a variable.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Median As DateTime |
| C# |
|---|
public DateTime Median { get; } |
| C++ |
|---|
public: DateTime Median { DateTime get (); } |
Value
The median of the variable.
Remarks
The median of a variable is the middle observation in a sorted _list
of the variable's observations.
If the variable has an even number of observations, then the median is the
average of the middle two observations.