Click or drag to resize
Accord.NET (logo)

TwoSampleZTestHypothesis 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; }
Request Example View Source

Property Value

Type: TwoSampleHypothesis
See Also