Click or drag to resize
Accord.NET (logo)

TTestPowerAnalysis Constructor (OneSampleHypothesis)

Creates a new TTestPowerAnalysis.

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

Parameters

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