AndersonDarlingTest.Mean Property

Gets or sets the mean of the distribution being tested.

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double Mean { get; set; }

Property Value

Double
The mean of the distribution being tested.

Remarks

Setting this property is optional. If it is not set, the sample mean is used instead, and the test is adjusted accordingly.

See Also