Click or drag to resize
Accord.NET (logo)

ZTestHypothesis 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 OneSampleHypothesis Hypothesis { get; protected set; }
Request Example View Source

Property Value

Type: OneSampleHypothesis
See Also