Click or drag to resize
Accord.NET (logo)

DistributionAnalysis Properties

The DistributionAnalysis type exposes the following members.

Properties
  NameDescription
Public propertyAndersonDarling
Gets the Anderson-Darling tests performed against each of the candidate distributions.
Public propertyAndersonDarlingRank
Gets the rank of each distribution according to the Anderson-Darling test statistic. A value of 0 means the distribution is the most likely.
Public propertyChiSquare
Gets the Chi-Square tests performed against each of the candidate distributions.
Public propertyChiSquareRank
Gets the rank of each distribution according to the Chi-Square test statistic. A value of 0 means the distribution is the most likely.
Public propertyDistributionNames
Gets the tested distribution names.
Public propertyDistributions
Gets the estimated distributions.
Public propertyGoodnessOfFit
Gets the goodness of fit for each candidate distribution.
Public propertyKolmogorovSmirnov
Gets the Kolmogorov-Smirnov tests performed against each of the candidate distributions.
Public propertyKolmogorovSmirnovRank
Gets the rank of each distribution according to the Kolmogorov-Smirnov test statistic. A value of 0 means the distribution is the most likely.
Public propertyOptions
Gets or sets a mapping of fitting options that should be used when attempting to estimate each of the distributions in Distributions.
Top
See Also