gmwm
gmwm copied to clipboard
Scaling issues with single timeseries for GMWM2
When using gmwm
in gmwm2
, the time scale is not treated properly.
If computing model with gmwm(model, timeseries, freq=100)
then frequency argument is ignored:
If computing first wavelet variances
wvar(imu_obj)
and then the model gmwm(model, wv, freq=100)
, the time scale is correctly considered for the wavelets but not the model:
If models are estimated for multiple time series with
mgmwm
, the scaling works:
Would be great if this could be fixed!