|
FisherExactTestCompute Method
|
Computes the Fisher's exact test.
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax protected void Compute(
double statistic,
int populationSize,
int n,
int m,
OneSampleHypothesis alternate
)
Protected Sub Compute (
statistic As Double,
populationSize As Integer,
n As Integer,
m As Integer,
alternate As OneSampleHypothesis
)
Request Example
View SourceParameters
- statistic
- Type: SystemDouble
- populationSize
- Type: SystemInt32
- n
- Type: SystemInt32
- m
- Type: SystemInt32
- alternate
- Type: Accord.Statistics.TestingOneSampleHypothesis
See Also