Click or drag to resize
Accord.NET (logo)

SignTest Constructor (Int32, Int32, OneSampleHypothesis)

Tests the null hypothesis that the sample median is equal to a hypothesized value.

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

Parameters

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