DistributionAnalysis Properties |
The DistributionAnalysis type exposes the following members.
Name | Description | |
---|---|---|
AndersonDarling |
Gets the Anderson-Darling tests
performed against each of the candidate distributions.
| |
AndersonDarlingRank |
Gets the rank of each distribution according to the Anderson-Darling
test statistic. A value of 0 means the distribution is the most likely.
| |
ChiSquare |
Gets the Chi-Square tests
performed against each of the candidate distributions.
| |
ChiSquareRank |
Gets the rank of each distribution according to the Chi-Square
test statistic. A value of 0 means the distribution is the most likely.
| |
DistributionNames |
Gets the tested distribution names.
| |
Distributions |
Gets the estimated distributions.
| |
GoodnessOfFit |
Gets the goodness of fit for each candidate distribution.
| |
KolmogorovSmirnov |
Gets the Kolmogorov-Smirnov tests
performed against each of the candidate distributions.
| |
KolmogorovSmirnovRank |
Gets the rank of each distribution according to the Kolmogorov-Smirnov
test statistic. A value of 0 means the distribution is the most likely.
| |
Options |
Gets or sets a mapping of fitting options that should be
used when attempting to estimate each of the distributions
in Distributions.
|