FishersExactPvalues holds the pvalues calculated by the fishers_exact function.
FishersExactPvalues
01 Syntax
Microsoft.VisualBasic.Math.Statistics.Hypothesis.FishersExact.FishersExactPvalues
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| two_tail_pvalue | 1 | pvalue for the two-tailed test. |
| less_pvalue | 1 | pvalue for the "left" Or "lesser" tail. |
| greater_pvalue | 1 | Use this when the alternative to independence Is that there Is positive association between the variables. |
| matrix | 1 | [a,b,c,d] |
| hyper_state | 1 |
04 Members
two_tail_pvalue
pvalue for the two-tailed test. Use this when there Is no prior alternative.
less_pvalue
pvalue for the "left" Or "lesser" tail. Use this when the alternative to independence Is that there Is negative association between the variables. That Is, the observations tend to lie in lower left And upper right.
greater_pvalue
Use this when the alternative to independence Is that there Is positive association between the variables. That Is, the observations tend to lie in upper left And lower right.
matrix
[a,b,c,d]
hyper_state
ToString()