HypothesisTest Class |
Namespace: FinMath.Statistics.HypothesisTesting
[SerializableAttribute] public abstract class HypothesisTest
The HypothesisTest type exposes the following members.
Name | Description | |||||
---|---|---|---|---|---|---|
![]() | AcceptanceRegionLeft |
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
| ||||
![]() | AcceptanceRegionRight |
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
| ||||
![]() | Decision |
Decision about null hypothesis.
| ||||
![]() | DecisionPrinciple |
Marks whether decision should be made comparing P-value with Significance level or test statistics with critical value.
| ||||
![]() | PValue |
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
| ||||
![]() | SignificanceLevel |
Significance level.
http://en.wikipedia.org/wiki/Statistical_significance
| ||||
![]() | Statistics |
Test statistics.
http://en.wikipedia.org/wiki/Test_statistic
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |