Class DBetaRegularized

    • Constructor Detail

      • DBetaRegularized

        public DBetaRegularized​(double p,
                                double q)
        Construct the derivative function of the Regularized Incomplete Beta function, BetaRegularized.
        Parameters:
        p - the shape parameter
        q - the shape parameter
    • Method Detail

      • evaluate

        public double evaluate​(double x)
        Evaluate \({\partial \over \partial x} \mathrm{B_x}(p, q)\).
        Parameters:
        x - \(0 \le x \le 1\)
        Returns:
        \({\partial \over \partial x} \mathrm{B_x}(p, q)\)