Aggregators.WeightedMean Property

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

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static BinaryAggregatorGroup<double> WeightedMean { get; }

Property Value

BinaryAggregatorGroup<Double>

See Also