|
JMSLTM Numerical Library 6.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.imsl.math.RadialBasis.Gaussian
public static class RadialBasis.Gaussian
The Gaussian basis function, .
Constructor Summary | |
---|---|
RadialBasis.Gaussian(double a)
Creates a Gaussian basis function . |
Method Summary | |
---|---|
double |
f(double x)
A Gaussian basis function. |
double |
g(double x)
The derivative of the Gaussian basis function used to calculate the gradient of the radial basis approximation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RadialBasis.Gaussian(double a)
a
- a double
specifying the value of the
function parameter. Decreasing the Gaussian parameter decreases
fitting-error but may increase computational effort.Method Detail |
---|
public double f(double x)
f
in interface RadialBasis.Function
x
- a double
, the point at which the function
is to be evaluated
double
, the value of the function at xpublic double g(double x)
gradient
of the radial basis approximation.
g
in interface RadialBasis.Function
x
- a double
, the point at which the function
is to be evaluated
double
, the value of the function at x
|
JMSLTM Numerical Library 6.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |