|
MannWhitneyDistribution Constructor (Int32, Int32)
|
Constructs a Mann-Whitney's U-statistic distribution.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public MannWhitneyDistribution(
[PositiveIntegerAttribute(1, 2147483647)] int n1,
[PositiveIntegerAttribute(1, 2147483647)] int n2
)
Public Sub New (
<PositiveIntegerAttribute(1, 2147483647)> n1 As Integer,
<PositiveIntegerAttribute(1, 2147483647)> n2 As Integer
)
Request Example
View SourceParameters
- n1
- Type: SystemInt32
The number of observations in the first sample. - n2
- Type: SystemInt32
The number of observations in the second sample.
See Also