org.jfree.data.function
public class NormalDistributionFunction2D extends Object implements Function2D
| Constructor Summary | |
|---|---|
| NormalDistributionFunction2D(double mean, double std)
Constructs a new normal distribution function.
| |
| Method Summary | |
|---|---|
| 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.
|
Parameters: mean the mean. std the standard deviation (> 0).
Returns: The mean.
Returns: The standard deviation.
Parameters: x the x-value.
Returns: The value.