- java.lang.Object
-
- org.ojalgo.function.special.BetaFunction
-
- org.ojalgo.function.special.BetaFunction.Regularized
-
- Enclosing class:
- BetaFunction
public abstract static class BetaFunction.Regularized extends BetaFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ojalgo.function.special.BetaFunction
BetaFunction.Incomplete, BetaFunction.Regularized
-
-
Constructor Summary
Constructors Constructor Description Regularized()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doublebeta(double limit, double a, double b)static doublebeta(double limit, int a, int b)static ComplexNumberbeta(double limit, ComplexNumber a, ComplexNumber b)-
Methods inherited from class org.ojalgo.function.special.BetaFunction
beta, beta, beta
-
-
-
-
Method Detail
-
beta
public static ComplexNumber beta(double limit, ComplexNumber a, ComplexNumber b)
-
beta
public static double beta(double limit, double a, double b)
-
beta
public static double beta(double limit, int a, int b)
-
-