Click or drag to resize
Accord.NET (logo)

AndersonDarlingDistribution Properties

The AndersonDarlingDistribution type exposes the following members.

Properties
  NameDescription
Public propertyDistributionType
Gets the type of the distribution that the Anderson-Darling is being performed against.
Public propertyEntropy
Not supported.
(Overrides UnivariateContinuousDistributionEntropy.)
Public propertyMean
Not supported.
(Overrides UnivariateContinuousDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyMode
Not supported.
(Overrides UnivariateContinuousDistributionMode.)
Public propertyNumberOfSamples
Gets the number of samples distribution parameter.
Public propertyQuartiles
Gets the Quartiles for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyStandardDeviation
Gets the Standard Deviation (the square root of the variance) for the current distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertySupport
Gets the support interval for this distribution.
(Overrides UnivariateContinuousDistributionSupport.)
Public propertyVariance
Not supported.
(Overrides UnivariateContinuousDistributionVariance.)
Top
See Also