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