Click or drag to resize
Accord.NET (logo)

HypothesisTestTDistributionSignificant Property

Gets whether the null hypothesis should be rejected.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool Significant { get; }
Request Example View Source

Property Value

Type: Boolean

Implements

IHypothesisTestSignificant
Remarks
A test result is said to be statistically significant when the result would be very unlikely to have occurred by chance alone.
See Also