|
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
)
Protected Sub Compute (
statistic As Double,
m As Integer,
p As Double,
alternate As OneSampleHypothesis
)
Request Example
View SourceParameters
- statistic
- Type: SystemDouble
- m
- Type: SystemInt32
- p
- Type: SystemDouble
- alternate
- Type: Accord.Statistics.TestingOneSampleHypothesis
See Also