Stats
Namespace: QConQuantifier
Functions and values
Function or value | Description |
weightedMean weights items
Signature: weights:seq<float> -> items:seq<float> -> float<MeasureOne>
|
Returns the weighted mean of the values in the items sequence.
The contribution of each item is given by the weight assigned in the sequence weights.
|