Click or drag to resize
Accord.NET (logo)

HypothesisTestTDistribution Properties

The HypothesisTestTDistribution generic type exposes the following members.

Properties
  NameDescription
Public propertyCriticalValue
Gets the critical value for the current significance level.
Public propertyPValue
Gets the P-value associated with this test.
Public propertySignificant
Gets whether the null hypothesis should be rejected.
Public propertySize
Gets the significance level for the test. Default value is 0.05 (5%).
Public propertyStatistic
Gets the test statistic.
Public propertyStatisticDistribution
Gets the distribution associated with the test statistic.
Public propertyTail
Gets the test type.
Top
See Also