Computes the given sample central moment.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
| C# | Visual Basic | Visual C++ | F# |
Return Value
The specified moment.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | powers is null. |
| Meta.Numerics..::..DimensionMismatchException | The length of powers is not equal to the Dimension of the multivariate sample. |