expSmooth.pred: Exponential Smooth Prediction

Description Usage Arguments Value

View source: R/expSmooth.pred.R

Description

Exponential Smooth Prediction

Usage

1
expSmooth.pred(x, t, mint, maxt, interval = 30, rate = 1)

Arguments

x

Numeric vector containing values of the modeled dependent variable

t

Time values associated with the values of x.

rate

Exponential weighting parameter. (length-1 numeric scalar). This gets passed to pexp()

timevals

Time intervals

Value

exponentially-smoothed prediction of the values in x for each time interval.


jchen032294/expSmooth documentation built on May 17, 2019, 1:29 p.m.