Returns the mean of the variable with observations weighted by the specified vector.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Function GetWeightedMean ( _
weights As Vector _
) As Double
|
| Visual C++ |
public:
double GetWeightedMean(
Vector^ weights
)
|
Return Value
The mean of the variable weighted by
weights.
Exceptions
See Also