Description Usage Arguments Value Examples
Calculates the value of the squared exponential radial basis function at the given wavelengths, given the parameters of the peaks. This function is thread-safe.
1 | weightedGaussian(location, scale, amplitude, wavelengths)
|
location |
Vector of location parameters of the peaks (mean). |
scale |
Vector of scale parameters of the peaks (standard deviation). |
amplitude |
Vector of amplitudes of the peaks. |
wavelengths |
Vector of wavenumbers at which to compute the function. |
The value of the Gaussian function at the given wavelengths.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.