Click or drag to resize
Accord.NET (logo)

ZTestPowerAnalysis Constructor (TwoSampleZTest)

Creates a new ZTestPowerAnalysis.

Namespace:  Accord.Statistics.Testing.Power
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ZTestPowerAnalysis(
	TwoSampleZTest test
)
Request Example View Source

Parameters

test
Type: Accord.Statistics.TestingTwoSampleZTest
The test to create the analysis for.
See Also