Click or drag to resize

EntropyBasedTest Properties

The EntropyBasedTest 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
(Overrides HypothesisTestAcceptanceRegionLeft.)
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
(Overrides HypothesisTestAcceptanceRegionRight.)
Public propertyDecision
Decision about null hypothesis.
true if the null hypothesis is failed to be rejected.
false if the null hypothesis is rejected.
(Inherited from HypothesisTest.)
Public propertyDecisionPrinciple
Marks whether decision should be made comparing P-value with Significance level or test statistics with critical value.
(Inherited from HypothesisTest.)
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
(Overrides HypothesisTestPValue.)
Public propertySignificanceLevel
Significance level. http://en.wikipedia.org/wiki/Statistical_significance
(Inherited from HypothesisTest.)
Public propertyStatistics
Test statistics. http://en.wikipedia.org/wiki/Test_statistic
(Inherited from HypothesisTest.)
Top
See Also