| Package | Description |
|---|---|
| nl.liacs.timeseries.kernel |
| Modifier and Type | Method and Description |
|---|---|
Gaussian |
Gaussian.setCutoff(double theCutoff)
Sets a new
cutoff for this Kernel. |
Gaussian |
Gaussian.setOrder(int theOrder)
Sets a new
order, meaning the n-th derivative
of this Gaussian is calculated and used as kernel. |
Gaussian |
Gaussian.setOutOfBoundsPolicy(OutOfBoundsPolicy thePolicy)
Sets the new
OutOfBoundsPolicy for this
Kernel. |
Gaussian |
Gaussian.setSigma(double theSigma)
Sets a new
sigma (σ) for this
Kernel. |