Class BetaFunction
java.lang.Object
org.ojalgo.function.special.BetaFunction
- Direct Known Subclasses:
BetaFunction.Incomplete, BetaFunction.Regularized
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublebeta(double a, double b) static doublebeta(int a, int b) static ComplexNumberbeta(ComplexNumber a, ComplexNumber b)
-
Constructor Details
-
BetaFunction
public BetaFunction()
-
-
Method Details
-
beta
-
beta
public static double beta(double a, double b) -
beta
public static double beta(int a, int b)
-