Anderson Darling Distribution.Logistic Method
Returns the distribution of the Anderson-Darling statistic
for a logistic distribution.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An Anderson-Darling distribution for a logistic distribution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static AndersonDarlingDistribution Logistic(
int degreesOfFreedom
)
Parameters
- degreesOfFreedom Int32
- The number of samples.
Return Value
AndersonDarlingDistributionAn Anderson-Darling distribution for a logistic distribution.