Click or drag to resize
Accord.NET (logo)

MannWhitneyDistribution Properties

The MannWhitneyDistribution 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
This method is not supported.
(Overrides UnivariateContinuousDistributionEntropy.)
Public propertyExact
Gets whether this distribution computes the exact probabilities (by searching all possible rank 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
This method is not supported.
(Overrides UnivariateContinuousDistributionMode.)
Public propertyNumberOfSamples1
Gets the number of observations in the first sample.
Public propertyNumberOfSamples2
Gets the number of observations in the second sample.
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