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 StandardDeviation As Aggregator
C#
public static readonly Aggregator StandardDeviation
C++
public:
static initonly Aggregator^ StandardDeviation

Remarks

If any of the observations is missing, or if the number of observations in an interval is less than two, MissingValue is returned.