|
WilcoxonDistributionExact Property
|
Gets whether this distribution computes the exact probabilities
(by searching all possible sign 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; }
Public ReadOnly Property Exact As Boolean
Get
Request Example
View SourceProperty Value
Type:
Booleantrue if this distribution is exact; otherwise,
false.
See Also