Gets an aggregator that computes the standard deviation.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static AggregatorGroup<double> StandardDeviation { get; }
Public Shared ReadOnly Property StandardDeviation As AggregatorGroup(Of Double)
Get
public:
static property AggregatorGroup<double>^ StandardDeviation {
AggregatorGroup<double>^ get ();
}
static member StandardDeviation : AggregatorGroup<float> with get
Property Value
Type:
AggregatorGroupDouble
Reference