Description Usage Arguments Details Value Author(s) See Also
View source: R/summary.tscgm.R
summary
is a generic function that produces output summaries of fitted
models in the SparseTSCGM package. In particular, the function invokes
methods for objects of class sparse.tscgm.
1 2 |
object |
An object of class |
... |
Other arguments passed to summary. |
The summary.stscgm
function provides summary results of the fitted model.
A list containing:
theta |
Precision matrix estimate |
gamma |
Autoregressive coefficients matrix estimate |
lam1.opt |
The optimal tuning parameter on the precision matrix with model selection. |
lam2.opt |
The optimal tuning parameter on the autoregressive coefficients matrix with model selection. |
min.ic |
Minimum value of the optimality criterion. |
tun.ic |
A matrix containing the list values from model selection. |
lam1.seq |
The sequence of tuning parameter values on precision matrix. |
lam2.seq |
The sequence of tuning parameter values on autoregression matrix. |
s.theta |
Sparsity level of the precision matrix. |
s.gamma |
Sparsity level of the autoregression coefficients matrix. |
Fentaw Abegaz and Ernst Wit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.