Click or drag to resize

DistributionFitResultTGoodnessOfFit Property

Gets a test of the quality of the fit of the distribution to the data.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public virtual TestResult GoodnessOfFit { get; }

Property Value

Type: TestResult
Remarks

The null hypothesis of the test is that the sample is drawn from the given distribution.

See Also