FishersExactPvalues {Microsoft.VisualBasic.Math.Statistics.Hypothesis.FishersExact} .NET clr documentation

FishersExactPvalues

Description

`FishersExactPvalues` holds the pvalues calculated by the `fishers_exact` function.

Declare

            
# namespace Microsoft.VisualBasic.Math.Statistics.Hypothesis.FishersExact
export class FishersExactPvalues {
   # 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.
   greater_pvalue: double;
   hyper_state: HyperState;
   # 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.
   less_pvalue: double;
   # [a,b,c,d]
   matrix: integer;
   # pvalue for the two-tailed test. Use this when there Is no prior alternative.
   two_tail_pvalue: double;
}

        

.NET clr type reference tree

  1. use by property member hyper_state: HyperState

[Package {$package} version {$version} Index]