smth.gau | R Documentation |
Smoothing data using Gaussian kernel
smth.gau(x, gamma)
x |
numeric vector of values to smooth |
gamma |
bandwidth of Gaussian kernel |
vector of smoothed values
smth.gau(x=rnorm(1000), gamma=20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.