eSmooth: Simplified Exponential Smoothing

Description Usage Arguments Examples

Description

This function computes an exponentially smoothed time series with a given alpha by simplifying the process.

Usage

1
eSmooth(x, alpha = 0.2)

Arguments

x

a vector to be exponentially smoothed

alpha

Holt-Winter smoothing alpha

Examples

1

jack-thomas/uwrfRegression documentation built on May 18, 2019, 7:16 a.m.