|
TwoSampleSignTest Constructor (Double, Double, 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(
double[] sample1,
double[] sample2,
TwoSampleHypothesis alternate
)
Public Sub New (
sample1 As Double(),
sample2 As Double(),
alternate As TwoSampleHypothesis
)
Request Example
View SourceParameters
- sample1
- Type: SystemDouble
The first sample of observations. - sample2
- Type: SystemDouble
The second sample of observations. - alternate
- Type: Accord.Statistics.TestingTwoSampleHypothesis
The alternative hypothesis (research hypothesis) to test.
See Also