Click or drag to resize
Accord.NET (logo)

SignTestCompute Method (Int32, Int32, OneSampleHypothesis)

Computes the one sample sign test.

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

Parameters

positive
Type: SystemInt32
total
Type: SystemInt32
alternate
Type: Accord.Statistics.TestingOneSampleHypothesis
See Also