v.1.0.2
Update gmwmx version 1.0.2
-
Modified how is inverted the Sigma matrix in
estimate_gmwmx()
by now usingltsa::TrenchInverse
to exploit toeplitz structure of the matrix. -
Modified how is computed the Wavelet Variance of the GLS residuals to be performed on the available wavelets coefficients in presence of missing observations in the function
estimate_gmwmx()
. -
Corrected bug in
estimate_hector()
that led to non-existent names for the vector of estimated functional parameters, causing problems when printing the estimated model. -
Corrected bug in
estimate_hector()
that provided the wrong valueFullCov
to the argumentLikelihoodMethod
for Hector ctl file. The default is now set toAmmarGrag
and the user can specify it with the new argumentlikelihood_method
of the functionestimate_hector()
.