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

TwoSampleZTestPowerAnalysis() 공개 메소드

Creates a new ZTestPowerAnalysis.
public TwoSampleZTestPowerAnalysis ( TwoSampleHypothesis hypothesis ) : System
hypothesis TwoSampleHypothesis The hypothesis tested.
리턴 System
        public TwoSampleZTestPowerAnalysis(TwoSampleHypothesis hypothesis)
            : base((DistributionTail)hypothesis)
        {
        }

Same methods

TwoSampleZTestPowerAnalysis::TwoSampleZTestPowerAnalysis ( TwoSampleZTest test ) : System