Accord.Statistics.Testing.Power.TTestPowerAnalysis.TTestPowerAnalysis C# (CSharp) 메소드

TTestPowerAnalysis() 공개 메소드

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

Same methods

TTestPowerAnalysis::TTestPowerAnalysis ( TwoSampleTTest test ) : System