| java.lang.Object | |
| ↳ | org.jfree.data.function.NormalDistributionFunction2D |
A normal distribution function. See http://en.wikipedia.org/wiki/Normal_distribution.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new normal distribution function.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the mean for the function.
| |||||||||||
Returns the standard deviation for the function.
| |||||||||||
Returns the function value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.jfree.data.function.Function2D
| |||||||||||
Constructs a new normal distribution function.
| mean | the mean. |
|---|---|
| std | the standard deviation (> 0). |
Returns the mean for the function.
Returns the standard deviation for the function.
Returns the function value.
| x | the x-value. |
|---|