Click or drag to resize
Accord.NET (logo)

FisherExactTest Constructor

Constructs a new Fisher's exact test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public FisherExactTest(
	ConfusionMatrix matrix,
	OneSampleHypothesis alternate = OneSampleHypothesis.ValueIsDifferentFromHypothesis
)
Request Example View Source

Parameters

matrix
Type: Accord.Statistics.AnalysisConfusionMatrix
The matrix to be tested.
alternate (Optional)
Type: Accord.Statistics.TestingOneSampleHypothesis
The alternative hypothesis (research hypothesis) to test.
See Also