Click or drag to resize
Accord.NET (logo)

KolmogorovSmirnovDistribution Properties

The KolmogorovSmirnovDistribution type exposes the following members.

Properties
  NameDescription
Public propertyEntropy
Gets the entropy for this distribution.
(Overrides UnivariateContinuousDistributionEntropy.)
Public propertyCode exampleMean
Gets the mean for this distribution.
(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 propertyCode exampleVariance
Gets the variance for this distribution.
(Overrides UnivariateContinuousDistributionVariance.)
Top
See Also