maspack.function
Class GaussianFunction1x1

java.lang.Object
  extended by maspack.function.GaussianFunction1x1
All Implemented Interfaces:
SISOFunction

public class GaussianFunction1x1
extends java.lang.Object
implements SISOFunction


Constructor Summary
GaussianFunction1x1(double mean, double sd)
           
 
Method Summary
 double eval(double x)
           
 double getMean()
           
 double getScaleFactor()
           
 double getSD()
           
 void setMean(double mean)
           
 void setScaleFactor(double a)
           
 void setSD(double sd)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaussianFunction1x1

public GaussianFunction1x1(double mean,
                           double sd)
Method Detail

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