forecast: Forecast for exponential smoothing

Description Usage Arguments

View source: R/dataIrony-ES.R

Description

Forecast for exponential smoothing.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
forecast(object, at = NULL, h = NULL)

## S3 method for class 'SES'
forecast(object, at = NULL, h = NULL)

## S3 method for class 'DES'
forecast(object, at = NULL, h = NULL)

forecast_lines(object, at = NULL, h = NULL, ...)

## S3 method for class 'ES'
forecast_lines(object, at = NULL, h = NULL, ...)

Arguments

object

A 'SES' or 'DES' object.

at

Timepoint at which prediction starts.

h

Steps ahead for which predictions are made.

...

Graphics parameters passed on to lines()


hojsgaard/dataIrony documentation built on May 17, 2019, 7:06 p.m.