Gets an aggregator that returns the average of the observations.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Variance As Aggregator |
| C# |
|---|
public static readonly Aggregator Variance |
| C++ |
|---|
public: static initonly Aggregator^ Variance |
Remarks
If any of the observations is missing, or if the number of observations in an interval is less than two,
MissingValue is returned.