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