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

thecrosbyfan/uwrfRegression documentation built on May 31, 2019, 9:12 a.m.