Represents a non-parametric test that two samples are from the same distribution.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.0.10170.0 (4.0.11005.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class MannWhitneyTest _
Inherits TwoSampleTest |
| Visual C++ |
|---|
public ref class MannWhitneyTest sealed : public TwoSampleTest |
| F# |
|---|
[<SealedAttribute>]
type MannWhitneyTest =
class
inherit TwoSampleTest
end |
Remarks
Inheritance Hierarchy
See Also