Learn R Programming

seer (version 1.1.8)

holtWinter_parameters: Parameter estimates of Holt-Winters seasonal method

Description

Estimate the smoothing parameter for the level-alpha and the smoothing parameter for the trend-beta, and seasonality-gamma

Usage

holtWinter_parameters(y)

Value

A vector of 3 values: alpha, beta, gamma

Arguments

y

a univariate time series

Author

Thiyanga Talagala