| noise.ssm | R Documentation |
Computes the noise series (output minus fitted signal) from a transfer function model.
## S3 method for class 'ssm'
noise(mdl, diff = TRUE, exp = FALSE, ...)
noise(mdl, ...)
## S3 method for class 'tfm'
noise(mdl, y = NULL, diff = TRUE, exp = FALSE, envir = parent.frame(), ...)
mdl |
A |
diff |
Logical. If TRUE (default), returns differenced noise series (stationary). If FALSE, returns noise in original scale. |
exp |
Logical. If TRUE, applies exponential transformation (inverse
of log). Only relevant when |
... |
Additional arguments. |
y |
Optional |
envir |
Environment for evaluation. NULL uses calling environment. |
The noise represents the component of the output not explained by the
transfer functions and exogenous regressors. When diff = TRUE,
the differencing operator from the noise model is applied, resulting in
a stationary series suitable for ARMA modeling.
A ts object containing the noise series, computed as
output minus all transfer function and regressor effects.
signal.tfm, residuals.tfm, tfm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.