Click or drag to resize
Accord.NET (logo)

ZTest Constructor (Double, OneSampleHypothesis)

Constructs a Z test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ZTest(
	double statistic,
	OneSampleHypothesis alternate
)
Request Example View Source

Parameters

statistic
Type: SystemDouble
The test statistic, as given by (x-μ)/SE.
alternate
Type: Accord.Statistics.TestingOneSampleHypothesis
The alternate hypothesis to test.
See Also