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