Class PSquarePercentile

    • Constructor Detail

      • PSquarePercentile

        public PSquarePercentile​(double p)
        Constructs a PSquarePercentile with the specific percentile value.
        Parameters:
        p - the percentile
        Throws:
        MathIllegalArgumentException - if p is not greater than 0 and less than or equal to 100
      • PSquarePercentile

        public PSquarePercentile​(PSquarePercentile original)
        Copy constructor, creates a new PSquarePercentile identical to the original.
        Parameters:
        original - the PSquarePercentile instance to copy
        Throws:
        NullArgumentException - if original is null