public class Gaussian extends AbstractUnivariateRealFunction
Function.EvaluationException| Constructor and Description |
|---|
Gaussian()
Construct an instance of the standard Gaussian function: \(f(x) = e^{-{\frac{(x)^2}{2}}}\)
|
Gaussian(double a,
double b,
double c)
Construct an instance of the Gaussian function.
|
| Modifier and Type | Method and Description |
|---|---|
double |
a()
Get a.
|
double |
b()
Get b.
|
double |
c()
Get c.
|
double |
evaluate(double x)
Evaluate y = f(x).
|
evaluatedimensionOfDomain, dimensionOfRangeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdimensionOfDomain, dimensionOfRangepublic Gaussian(double a,
double b,
double c)
a - ab - bc - cpublic Gaussian()
public double a()
public double b()
public double c()
public double evaluate(double x)
UnivariateRealFunctionx - xCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.