Computes the given sample raw moment.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public double RawMoment(
int r
)
Public Function RawMoment (
r As Integer
) As Double
public:
double RawMoment(
int r
)
member RawMoment :
r : int -> float
Parameters
- r
- Type: SystemInt32
The order of the moment to compute.
Return Value
Type:
DoubleThe
rth raw moment of the sample.
See Also