Aggregators.WeightedVariance Property

Gets an aggregator that computes the variance of a sequence weighted by another sequence.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Aggregator2Group<double> WeightedVariance { get; }

Property Value

Aggregator2Group<Double>

See Also