maspack.function
Class GaussianFunction1x1
java.lang.Object
maspack.function.GaussianFunction1x1
- All Implemented Interfaces:
- SISOFunction
public class GaussianFunction1x1
- extends java.lang.Object
- implements SISOFunction
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GaussianFunction1x1
public GaussianFunction1x1(double mean,
double sd)
setMean
public void setMean(double mean)
getMean
public double getMean()
getSD
public double getSD()
setSD
public void setSD(double sd)
setScaleFactor
public void setScaleFactor(double a)
getScaleFactor
public double getScaleFactor()
eval
public double eval(double x)
- Specified by:
eval
in interface SISOFunction