Click or drag to resize
Accord.NET (logo)

TwoSampleZTestCompute Method (Double, Double, Double, Double, Double, TwoSampleHypothesis)

Computes the Z test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected void Compute(
	double value1,
	double value2,
	double squareStdError1,
	double squareStdError2,
	double hypothesizedDifference,
	TwoSampleHypothesis alternate
)
Request Example View Source

Parameters

value1
Type: SystemDouble
value2
Type: SystemDouble
squareStdError1
Type: SystemDouble
squareStdError2
Type: SystemDouble
hypothesizedDifference
Type: SystemDouble
alternate
Type: Accord.Statistics.TestingTwoSampleHypothesis
See Also