public class Gaussian
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
duration |
double |
normalization |
double |
x_sigma |
double |
x0 |
double |
y_sigma |
double |
y0 |
Constructor and Description |
---|
Gaussian(double X,
double X_sigma) |
Gaussian(double X,
double X_sigma,
double duration) |
Gaussian(double X,
double X_sigma,
double Y,
double Y_sigma) |
Modifier and Type | Method and Description |
---|---|
double |
getDuration() |
double |
getValue(double X) |
double |
getValue(double X,
double Y) |
public final double x0
public double y0
public final double x_sigma
public double y_sigma
public final double normalization
public double duration