|
TwoProportionZTestCompute Method (Int32, Int32, Int32, Int32, TwoSampleHypothesis)
|
Computes the Z-test for two sample proportions.
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax protected void Compute(
int successes1,
int trials1,
int successes2,
int trials2,
TwoSampleHypothesis alternate
)
Protected Sub Compute (
successes1 As Integer,
trials1 As Integer,
successes2 As Integer,
trials2 As Integer,
alternate As TwoSampleHypothesis
)
Request Example
View SourceParameters
- successes1
- Type: SystemInt32
- trials1
- Type: SystemInt32
- successes2
- Type: SystemInt32
- trials2
- Type: SystemInt32
- alternate
- Type: Accord.Statistics.TestingTwoSampleHypothesis
See Also