Click or drag to resize
Accord.NET (logo)

BinomialTestCompute Method

Computes the Binomial test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected void Compute(
	double statistic,
	int m,
	double p,
	OneSampleHypothesis alternate
)
Request Example View Source

Parameters

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