IRF.ARIMA: Calculate impulse responses from a fable model

View source: R/arima.R

IRF.ARIMAR Documentation

Calculate impulse responses from a fable model

Description

Calculate impulse responses from a fable model

Usage

## S3 method for class 'ARIMA'
IRF(x, new_data, specials, ...)

Arguments

x

A fitted model.

new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

specials

(passed by fabletools::forecast.mdl_df()).

...

Other arguments passed to methods


fable documentation built on Sept. 25, 2024, 1:08 a.m.