Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

statistic
Type: SystemDouble
populationSize
Type: SystemInt32
n
Type: SystemInt32
m
Type: SystemInt32
alternate
Type: Accord.Statistics.TestingOneSampleHypothesis
See Also