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

TTestPowerAnalysis() public method

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

Same methods

TTestPowerAnalysis::TTestPowerAnalysis ( TwoSampleTTest test ) : System