Click or drag to resize
Accord.NET (logo)

HypothesisTestTDistributionPValue Property

Gets the P-value associated with this test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double PValue { get; protected set; }
Request Example View Source

Property Value

Type: Double
Remarks

In statistical hypothesis testing, the p-value is the probability of obtaining a test statistic at least as extreme as the one that was actually observed, assuming that the null hypothesis is true.

The lower the p-value, the less likely the result can be explained by chance alone, assuming the null hypothesis is true.

See Also