org.jfree.data.function
Class NormalDistributionFunction2D
java.lang.Objectorg.jfree.data.function.NormalDistributionFunction2D
- Function2D
A normal distribution function.
double | getMean()- Returns the mean for the function.
|
double | getStandardDeviation()- Returns the standard deviation for the function.
|
double | getValue(double x)- Returns the function value.
|
NormalDistributionFunction2D
public NormalDistributionFunction2D(double mean,
double std) Constructs a new normal distribution function.
mean - the mean.std - the standard deviation.
getMean
public double getMean()
Returns the mean for the function.
getStandardDeviation
public double getStandardDeviation()
Returns the standard deviation for the function.