IHypothesisTestTDistribution Interface |
Namespace: Accord.Statistics.Testing
public interface IHypothesisTest<out TDistribution> : IHypothesisTest where TDistribution : IDistribution
The IHypothesisTestTDistribution type exposes the following members.
Name | Description | |
---|---|---|
Significant |
Gets whether the null hypothesis should be rejected.
(Inherited from IHypothesisTest.) | |
StatisticDistribution |
Gets the distribution associated
with the test statistic.
| |
Tail |
Gets the test type.
(Inherited from IHypothesisTest.) |
Name | Description | |
---|---|---|
PValueToStatistic |
Converts a given p-value to a test statistic.
(Inherited from IHypothesisTest.) | |
StatisticToPValue |
Converts a given test statistic to a p-value.
(Inherited from IHypothesisTest.) |