Description Usage Arguments Value
Function calculating the exponentially weighted moving average of the input time series.
1  | ewma(input_vector, lambda = 0.975)
 | 
input_vector | 
 An atomic vector containing a time series.  | 
lambda | 
 A double, the lambda parameter for the ewma. Default value is 0.975  | 
An atomic vector with the transformed data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.