ABsoluteMaybe.Statistics.PValue.PValue C# (CSharp) 메소드

PValue() 공개 메소드

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