Accord.Statistics.Testing.Power.TwoSampleTTestPowerAnalysis.TwoSampleTTestPowerAnalysis C# (CSharp) Method

TwoSampleTTestPowerAnalysis() public method

Creates a new TTestPowerAnalysis.
public TwoSampleTTestPowerAnalysis ( TwoSampleHypothesis hypothesis ) : System
hypothesis TwoSampleHypothesis The hypothesis tested.
return System
        public TwoSampleTTestPowerAnalysis(TwoSampleHypothesis hypothesis)
            : base((DistributionTail)hypothesis) { }

Same methods

TwoSampleTTestPowerAnalysis::TwoSampleTTestPowerAnalysis ( TwoSampleTTest test ) : System