Click or drag to resize
Accord.NET (logo)

MannWhitneyWilcoxonTestHypothesis Property

Gets the alternative hypothesis under test. If the test is Significant, the null hypothesis can be rejected in favor of this alternative hypothesis.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TwoSampleHypothesis Hypothesis { get; protected set; }
Request Example View Source

Property Value

Type: TwoSampleHypothesis
See Also