NegativeBinomialDistributionRawMoment Method
Gets a raw moment of the distribution.
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public override double RawMoment(
int k
)
Public Overrides Function RawMoment (
k As Integer
) As Double
public:
virtual double RawMoment(
int k
) override
abstract RawMoment :
k : int -> float
override RawMoment :
k : int -> float
- k Int32
- The order of moment to compute.
DoubleThe raw moment M
r.