UnivariateDistributionRawMoment Method |
Computes a raw moment of the distribution.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public abstract double RawMoment(
int r
)
Public MustOverride Function RawMoment (
r As Integer
) As Double
public:
virtual double RawMoment(
int r
) abstract
abstract RawMoment :
r : int -> float
Parameters
- r
- Type: SystemInt32
The order of the moment to compute.
Return Value
Type:
DoubleThe rth raw moment of the distribution.
See Also Reference
UnivariateDistributionRawMoment(Int32)