public class Gaussian
extends java.lang.Object
| Constructor and Description |
|---|
Gaussian(double mean,
double halfHeightRadius)
Create a Gaussian curve of given mean x-value and half-height radius.
|
| Modifier and Type | Method and Description |
|---|---|
double |
calc(double x)
Calculate a y value, given x
|
static double[] |
getProfileAsArray(int width,
double maxLevel) |
java.lang.String |
toString()
Get a String representation of the Gaussian
|