Class BetaRegularized

    • Constructor Detail

      • BetaRegularized

        public BetaRegularized​(double p,
                               double q)
        Construct an instance of Ix(p,q) with the parameters p and q.
        Parameters:
        p - p > 0
        q - q > 0
    • Method Detail

      • p

        public double p()
        Get p, the shape parameter.
        Returns:
        p
      • q

        public double q()
        Get q, the shape parameter.
        Returns:
        q
      • evaluate

        public double evaluate​(double x)
        Evaluate Ix(p,q).
        Parameters:
        x - 0 ≤ x ≤ 1
        Returns:
        Ix(p,q)