Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

successes1
Type: SystemInt32
trials1
Type: SystemInt32
successes2
Type: SystemInt32
trials2
Type: SystemInt32
alternate
Type: Accord.Statistics.TestingTwoSampleHypothesis
See Also