Click or drag to resize
Accord.NET (logo)

TwoSampleZTestCompute Method (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 observedDifference,
	double hypothesizedDifference,
	double standardError,
	TwoSampleHypothesis alternate
)
Request Example View Source

Parameters

observedDifference
Type: SystemDouble
hypothesizedDifference
Type: SystemDouble
standardError
Type: SystemDouble
alternate
Type: Accord.Statistics.TestingTwoSampleHypothesis
See Also