Click or drag to resize
Accord.NET (logo)

WilcoxonDistribution Properties

The WilcoxonDistribution type exposes the following members.

Properties
  NameDescription
Public propertyCorrection
Gets or sets the continuity correction to be applied when using the Normal approximation to this distribution.
Public propertyEntropy
Gets the entropy for this distribution.
(Overrides UnivariateContinuousDistributionEntropy.)
Public propertyExact
Gets whether this distribution computes the exact probabilities (by searching all possible sign combinations) or gives fast approximations.
Public propertyMean
Gets the mean for this distribution.
(Overrides UnivariateContinuousDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyMode
Gets the mode for this distribution.
(Overrides UnivariateContinuousDistributionMode.)
Public propertyNumberOfSamples
Gets the number of effective samples.
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 propertyTable
Gets the statistic values for all possible combinations of ranks. This is used to compute the exact distribution.
Public propertyVariance
Gets the variance for this distribution.
(Overrides UnivariateContinuousDistributionVariance.)
Top
See Also