diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 8057242f..9ab172bc 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.1.0 pkgdown_sha: ~ articles: extension_models: extension_models.html -last_built: 2024-08-29T02:19Z +last_built: 2024-09-16T15:06Z urls: reference: https://fabletools.tidyverts.org/reference article: https://fabletools.tidyverts.org/articles diff --git a/dev/reference/IRF.html b/dev/reference/IRF.html new file mode 100644 index 00000000..e53c296a --- /dev/null +++ b/dev/reference/IRF.html @@ -0,0 +1,115 @@ + +
This function calculates the impulse response function (IRF) of a time series model. +The IRF describes how a model's variables react to external shocks over time.
+IRF(x, ...)
If new_data
contains the .impulse
column, those values will be
+treated as impulses for the calculated impulse responses.
The impulse response function provides insight into the dynamic behaviour of a system in +response to external shocks. It traces the effect of a one-unit change in the impulse +variable on the response variable over a specified number of periods.
+Innovations are sampled by the model's assumed error distribution.
If bootstrap
is TRUE
, innovations will be sampled from the model's
residuals. If new_data
contains the .innov
column, those values will be
-treated as innovations for the simulated paths..
A set of future scenarios for forecasting
Compute Impulse Response Function (IRF)