Click or drag to resize
Accord.NET (logo)

ZTestCompute Method (Double, Double, Double, OneSampleHypothesis)

Computes the Z test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected void Compute(
	double estimatedValue,
	double hypothesizedValue,
	double stdError,
	OneSampleHypothesis alternate
)
Request Example View Source

Parameters

estimatedValue
Type: SystemDouble
hypothesizedValue
Type: SystemDouble
stdError
Type: SystemDouble
alternate
Type: Accord.Statistics.TestingOneSampleHypothesis
See Also