Description Usage Arguments Details See Also Examples
iema
returns a vector whose values are the
iteratively exponentially smoothed values of an input vector.
1 |
x |
a numeric vector |
a |
numeric; smoothing factor |
iter |
integer; number of iterations |
direction |
character; should the moving averages be run
|
iema
is a generalization of dema
where the
exponential moving average can be applied to the vector an arbitrary number
of times. Just as the root-two'th root of a
is used in dema
,
here the root-iter
'th root of a
is used for each
iteration.
That is
a* = a^(1/sqrt(iter))
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.