Click or drag to resize
Accord.NET (logo)

MannWhitneyDistributionExact Property

Gets whether this distribution computes the exact probabilities (by searching all possible rank combinations) or gives fast approximations.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool Exact { get; }
Request Example View Source

Property Value

Type: Boolean
true if this distribution is exact; otherwise, false.
See Also