Gets an aggregator that returns the sum of the observations.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Sum As Aggregator |
| C# |
|---|
public static readonly Aggregator Sum |
| C++ |
|---|
public: static initonly Aggregator^ Sum |
Remarks
If any of the observations is missing, then MissingValue is returned.