Gets an aggregator that computes the mean 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> WeightedMean { get; }
Public Shared ReadOnly Property WeightedMean As Aggregator2Group(Of Double)
Get
public:
static property Aggregator2Group<double>^ WeightedMean {
Aggregator2Group<double>^ get ();
}
static member WeightedMean : Aggregator2Group<float> with get
Property Value
Type:
Aggregator2GroupDouble
Reference