getCovMatrix {cocons} | R Documentation |
Covariance matrix from a fitted coco object
Description
Retrieves the associated covariance matrix from a fitted coco object
Usage
getCovMatrix(coco.object, type = 'global', index = NULL)
Arguments
coco.object |
a coco class (fitted) object |
type |
whether 'global' to retrieve the regular covariance matrix, or 'local' to retrieve global covariance based on the local aspect of a specific location (not implemented yet) |
index |
index to perform local covariance matrix (not implemented yet) |
Value
a vector with the adjusted trend
Author(s)
Federico Blasi
[Package cocons version 0.1 Index]