Click or drag to resize
Accord.NET (logo)

TwoSampleSignTestCompute Method (Int32, Int32, TwoSampleHypothesis)

Computes the two 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,
	TwoSampleHypothesis alternate
)
Request Example View Source

Parameters

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