Click or drag to resize
Accord.NET (logo)

TwoSampleSignTest Constructor (Int32, Int32, TwoSampleHypothesis)

Creates a new sign test for two samples.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TwoSampleSignTest(
	int positiveSamples,
	int totalSamples,
	TwoSampleHypothesis alternate
)
Request Example View Source

Parameters

positiveSamples
Type: SystemInt32
The number of positive samples (successes).
totalSamples
Type: SystemInt32
The total number of samples (trials).
alternate
Type: Accord.Statistics.TestingTwoSampleHypothesis
The alternative hypothesis (research hypothesis) to test.
See Also