Java org.apache.commons.math3.special Beta fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.special Beta fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.special Beta.

The text is from its open source code.

Method

doublelogBeta(final double p, final double q)
Returns the value of log B(p, q) for 0 ≤ x ≤ 1 and p, q > 0.
doubleregularizedBeta(double x, double a, double b)
Returns the regularized beta function I(x, a, b).
doubleregularizedBeta(double x, final double a, final double b, double epsilon, int maxIterations)
Returns the regularized beta function I(x, a, b).