ABsoluteMaybe.Statistics.PValue.PValue C# (CSharp) Method

PValue() public method

public PValue ( double zScore ) : System
zScore double
return System
        public PValue(double zScore)
        {
            _zScore = zScore;
        }