Click or drag to resize
Accord.NET (logo)

TwoSampleZTestPowerAnalysis Constructor (TwoSampleHypothesis)

Creates a new ZTestPowerAnalysis.

Namespace:  Accord.Statistics.Testing.Power
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TwoSampleZTestPowerAnalysis(
	TwoSampleHypothesis hypothesis
)
Request Example View Source

Parameters

hypothesis
Type: Accord.Statistics.TestingTwoSampleHypothesis
The hypothesis tested.
See Also