msx | R Documentation |
msx
extracts a signal from a time series.
msx(mdl, ...)
## S3 method for class 'um'
msx(
mdl,
ar = NULL,
i = NULL,
canonical = TRUE,
tol = 1e-05,
check = TRUE,
method = c("roots", "acov"),
single = TRUE,
ret = c("default", "min"),
envir = parent.frame(),
...
)
mdl |
an object of class |
... |
additional arguments. |
ar , i |
AR and/or I lag polynomials for the signal. |
canonical |
logical value to set or not the canonical requirement. |
tol |
tolerance to check if a value is null. |
check |
logical value to check if ar and i are simplifying factors of the object mdl. |
method |
the procedure to obtain the MA parameters of the model of the signal is based either on the roots or on the autocovariances, method = c("roots", "acov"). |
single |
logical. TRUE for single signal and FALSE for multiple signals. |
ret |
type of return, c("default", "min") |
envir |
environment. |
An object of class msx
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.