public static class JMEMath.Especiales.Error
extends java.lang.Object
Constructor and Description |
---|
Error() |
Modifier and Type | Method and Description |
---|---|
static double |
erf(double x)
ERF(x) con un error máximo de 1.2E-7
Numerical Recipes in Fortran 77: The Art of Scientific Computing
(ISBN 0-521-43064-X), 1992, page 214, Cambridge University Press.
|
static double |
erf(double x,
int intervalos)
ERF(x) mediante método integral.
|
static double |
erfc(double x)
ERFC(x) con un error máximo de 1.2E-7
Numerical Recipes in Fortran 77: The Art of Scientific Computing
(ISBN 0-521-43064-X), 1992, page 214, Cambridge University Press.
|
static double |
erfc(double x,
int intervalos)
ERFC(x) mediante método integral.
|
static double |
ierf(double x)
ERF^1(x) (recíproca de función ERF(x))
|
public static double erf(double x)
x
- cualquier realpublic static double erf(double x, int intervalos) throws JMEInterruptedException
erf(double)
,
pero mucho más lentox
- cualquier realintervalos
- nº de intervalos intervalos>0
JMEInterruptedException
- si el hilo se interrumpepublic static double erfc(double x)
x
- cualquier realpublic static double erfc(double x, int intervalos) throws JMEInterruptedException
erfc(double)
,
pero mucho más lentox
- cualquier realintervalos
- nº de intervalos intervalos>0
JMEInterruptedException
- si el hilo se interrumpepublic static double ierf(double x)
x
- x:[-1,1]