Gets an aggregator that computes the variance of a sequence weighted by another sequence.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Aggregator2Group<double> WeightedVariance { get; }
Public Shared ReadOnly Property WeightedVariance As Aggregator2Group(Of Double)
Get
public:
static property Aggregator2Group<double>^ WeightedVariance {
Aggregator2Group<double>^ get ();
}
static member WeightedVariance : Aggregator2Group<float> with get
Property Value
Type:
Aggregator2GroupDouble
Reference