Class RealMath
java.lang.Object
org.episteme.core.mathematics.numbers.real.RealMath
Advanced mathematical functions for Real numbers.
Provides special functions like error function (erf) and gamma function
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionstatic RealError function approximation (Abramowitz and Stegun).static Realfactorial(int n) Factorial of integer n.static RealGamma function approximation (Lanczos).static RealLog-gamma function.static RealInverse standard normal CDF (quantile function).
-
Method Details
-
erf
-
standardNormalQuantile
-
gamma
-
lgamma
-
factorial
Factorial of integer n.
-