public class GaussianFunction1x1 extends java.lang.Object implements Function1x1
Constructor and Description |
---|
GaussianFunction1x1(double mean,
double sd) |
Modifier and Type | Method and Description |
---|---|
double |
eval(double x)
Evaluates the function at a prescribed input value.
|
double |
getMean() |
double |
getScaleFactor() |
double |
getSD() |
void |
setMean(double mean) |
void |
setScaleFactor(double a) |
void |
setSD(double sd) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
eval, inputSize
public void setMean(double mean)
public double getMean()
public double getSD()
public void setSD(double sd)
public void setScaleFactor(double a)
public double getScaleFactor()
public double eval(double x)
Function1x1
eval
in interface Function1x1
x
- input value