smoothing {forecasteR} | R Documentation |
Apply rolling to a numeric vector.
Description
Apply rolling to a numeric vector.
Usage
smoothing(v, n)
Arguments
v |
a numeric vector. |
n |
integer value specifying the window width. |
Value
numeric vector
Author(s)
Diego Jimenez <diego.jimenez@promidat.com>
Examples
smoothing(AirPassengers, 5)
[Package forecasteR version 2.0.2 Index]