|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.data.function.NormalDistributionFunction2D
A normal distribution function.
Constructor Summary | |
NormalDistributionFunction2D(double mean,
double std)
Constructs a new normal distribution function. |
Method Summary | |
double |
getValue(double x)
Returns the function value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NormalDistributionFunction2D(double mean, double std)
mean
- the mean.std
- the standard deviation.Method Detail |
public double getValue(double x)
getValue
in interface Function2D
x
- the x-value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |