|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.analysis.function.rn2r1.UnivariateRealFunction
com.numericalmethod.suanshu.analysis.differentiation.univariate.DGaussian
public class DGaussian
This class computes the first order derivative function of the Gaussian function.
Gaussian| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
Function.EvaluationException |
| Field Summary | |
|---|---|
Gaussian |
g
the Gaussian function to take the derivative of |
| Constructor Summary | |
|---|---|
DGaussian(Gaussian g)
Construct the derivative function of the Gaussian function. |
|
| Method Summary | |
|---|---|
double |
evaluate(double x)
Evaluate the derivative of the Gaussian function. |
| Methods inherited from class com.numericalmethod.suanshu.analysis.function.rn2r1.UnivariateRealFunction |
|---|
dimension4Domain, dimension4Range, evaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Gaussian g
| Constructor Detail |
|---|
public DGaussian(Gaussian g)
g - a Gaussian function| Method Detail |
|---|
public double evaluate(double x)
evaluate in class UnivariateRealFunctionx - x
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||