| slm-class {slm} | R Documentation |
slm class
Description
An S4 class to create an slm object.
Slots
method_cov_stthe method used to compute the autocovariance vector of the error process. The user has the choice between the methods "fitAR", "spectralproj", "efromovich", "kernel", "select" or "hac". By default, the "fitAR" method is used.
cov_sta numeric vector with the estimated autocovariances of the error process, computed from the
method_cov_stmethod.Cov_STthe estimated covariance matrix of the error process, computed from the
method_cov_stmethod.model_selecinteger. The order of the chosen method. If
model_selec = -1, the method works automatically.norm_matrixthe normalization matrix of the design X.
design_qrthe matrix
(X^{t} X)^{-1}.
References
E. Caron, J. Dedecker and B. Michel (2019). Linear regression with stationary errors: the R package slm. arXiv preprint arXiv:1906.06583. https://arxiv.org/abs/1906.06583.