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 Average As Aggregator |
| C# |
|---|
public static readonly Aggregator Average |
| C++ |
|---|
public: static initonly Aggregator^ Average |
Remarks
If any of the observations is missing, then MissingValue is returned.