Calculates the (MODWT) wavelet covariance matrix
compute_cov_cpp(
signal_modwt,
nb_level,
compute_v = "diag",
robust = TRUE,
eff = 0.6
)
A field<mat>
containing the covariance matrix.
A field<vec>
that contains the modwt decomposition.
A integer
that contains the level of decomposition J.
A string
that indicates what kind of matrix should be created. Possible options: "diag" or "none"
A boolean
that triggers the use of the robust estimate.
A double
that indicates the efficiency as it relates to an MLE.