AndersonDarlingDistribution.Uniform Method

Returns the distribution of the Anderson-Darling statistic for a uniform distribution over [0,1).

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static AndersonDarlingDistribution Uniform(
	int degreesOfFreedom
)

Parameters

degreesOfFreedom  Int32
The number of samples.

Return Value

AndersonDarlingDistribution
An Anderson-Darling distribution for a uniform distribution.

See Also