Click or drag to resize

HypothesisTest Properties

The HypothesisTest type exposes the following members.

Properties
  NameDescription
Public propertyAcceptanceRegionLeft
Region of acceptance left border. We fail to reject null hypothesis if test statistics is between left and right borders of region of acceptance. http://en.wikipedia.org/wiki/Statistical_hypothesis_testing#Definition_of_terms
Public propertyAcceptanceRegionRight
Region of acceptance right border. We fail to reject null hypothesis if test statistics is between left and right borders of region of acceptance. http://en.wikipedia.org/wiki/Statistical_hypothesis_testing#Definition_of_terms
Public propertyDecision
Decision about null hypothesis.
true if the null hypothesis is failed to be rejected.
false if the null hypothesis is rejected.
Public propertyDecisionPrinciple
Marks whether decision should be made comparing P-value with Significance level or test statistics with critical value.
Public propertyPValue
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. http://en.wikipedia.org/wiki/P-value
Public propertySignificanceLevel
Significance level. http://en.wikipedia.org/wiki/Statistical_significance
Public propertyStatistics
Test statistics. http://en.wikipedia.org/wiki/Test_statistic
Top
See Also