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