Accord.Statistics.Testing.Power.TTestPowerAnalysis.TTestPowerAnalysis C# (CSharp) Méthode

TTestPowerAnalysis() public méthode

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

Same methods

TTestPowerAnalysis::TTestPowerAnalysis ( TwoSampleTTest test ) : System