smooth.exp | R Documentation |
Apply an exponential filter
smooth.exp(x, alpha)
x |
Time series data |
alpha |
Smoothness setting, 0-1 |
Zero is maximum smoothness.
Returns a vector of smoothed data the same length as x
.
y = smooth.exp(strikes,.4) plotc(strikes,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.