Returns the mean of the data values between the 25th and 75th percentiles.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetMidMean As Double |
| C# |
|---|
public double GetMidMean () |
| C++ |
|---|
public: double GetMidMean () |
Return Value
The mid-mean of the variable.
Remarks
The mid-mean is the mean of the middle 50% of the data values, between the 25th and the 75th
percentile. To obtain the mean for a different range of data values, use the GetTrimmedMean(Double)
method.