Click or drag to resize
Accord.NET (logo)

TTestPowerAnalysis Constructor (TwoSampleTTest)

Creates a new TTestPowerAnalysis.

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

Parameters

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