|
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
)
Public Sub New (
positiveSamples As Integer,
totalSamples As Integer,
alternate As OneSampleHypothesis
)
Request Example
View SourceParameters
- 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