Click or drag to resize
Accord.NET (logo)

LillieforsTestHypothesis 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 KolmogorovSmirnovTestHypothesis Hypothesis { get; }
Request Example View Source

Property Value

Type: KolmogorovSmirnovTestHypothesis
See Also