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

TwoSampleZTestPowerAnalysis() public method

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

Same methods

TwoSampleZTestPowerAnalysis::TwoSampleZTestPowerAnalysis ( TwoSampleZTest test ) : System