AndersonDarlingDistribution.Logistic Method

Returns the distribution of the Anderson-Darling statistic for a logistic distribution.

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static AndersonDarlingDistribution Logistic(
	int degreesOfFreedom
)

Parameters

degreesOfFreedom  Int32
The number of samples.

Return Value

AndersonDarlingDistribution
An Anderson-Darling distribution for a logistic distribution.

See Also