Click or drag to resize
Accord.NET (logo)

IHypothesisTest Interface

Common interface for Hypothesis tests depending on a statistical distribution.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IHypothesisTest
Request Example View Source

The IHypothesisTest type exposes the following members.

Properties
  NameDescription
Public propertySignificant
Gets whether the null hypothesis should be rejected.
Public propertyTail
Gets the test type.
Top
Methods
  NameDescription
Public methodPValueToStatistic
Converts a given p-value to a test statistic.
Public methodStatisticToPValue
Converts a given test statistic to a p-value.
Top
See Also