powered by
Apply an exponential filter
smooth.exp(x, alpha)
Returns a vector of smoothed data the same length as x.
x
Time series data
Smoothness setting, 0-1
Zero is maximum smoothness.
y = smooth.exp(strikes,.4) plotc(strikes,y)
Run the code above in your browser using DataLab