LogisticDistributionCumulant Method |
Computes a cumulant of the distribution.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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
Parameters
- r
- Type: SystemInt32
The index of the cumulant to compute.
Return Value
Type:
DoubleThe rth cumulant of the distribution.
See Also