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; }
Public Overridable ReadOnly Property GoodnessOfFit As TestResult
Get
public:
virtual property TestResult^ GoodnessOfFit {
TestResult^ get ();
}
abstract GoodnessOfFit : TestResult with get
override GoodnessOfFit : TestResult with get
Property Value
Type:
TestResultRemarks The null hypothesis of the test is that the sample is drawn from
the given distribution.
See Also