exponentialSmooth: Weight Smooth Sum function

Description Usage Arguments Value

View source: R/exponentialSmooth.R

Description

Weight Smooth Sum function

Usage

1
exponentialSmooth(x, t, t0 = max(t), rate)

Arguments

x

Numeric vector containing values of the modeled dependent variable

t

Time values associated with the values of x.

t0

Time value for desired prediction.

rate

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

Value

exponentially-smoothed prediction of the values in x for dt=0.


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