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

ZTestPowerAnalysis() public method

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

Same methods

ZTestPowerAnalysis::ZTestPowerAnalysis ( TwoSampleZTest test ) : System