gmwm icon indicating copy to clipboard operation
gmwm copied to clipboard

Generalized Method of Wavelet Moments (GMWM) is an estimation technique for the parameters of time series models. It uses the wavelet variance in a moment matching approach that makes it particularly...

Results 71 gmwm issues
Sort by recently updated
recently updated
newest added

Need to convert the ARIMA function into armadillo.

conversion
computational

MAJOR: Fix omega matrix calculation to be uniform across all compute.v options E.g.. Fast: v -> omega -> theta_hat Bootstrap v -> omega -> theta_hat (repeat) -> theta_new Must be...

bug
computational

**Issue:** Need a black and white color scheme that differentiates different components on the ggplot2 graph. **Solution:** Try to use: - scale_fill_grey() or - theme_bw()

feature
graphing
ux

Add the ability to add moments into the GMWM process.

feature
computational

Create a function to produce a graph similar to Fig 3 (right panel) of http://www.alexchinco.com/fast-trading-priced-noise.pdf

feature
graphing

Create a new function for the WV to produce graphs similar to the one presented in p. 60 of Wavelet Applications in Economics and Finance edited by Mauro Gallegati, Willi...

feature
graphing

Simulate ARMA(2,2) and compare: 1) MLE 2) GMWM exact 3) GMWM guess 4) Robust GMWM guess 5) Robust GMWM exact Produce boxplots. Replicate results for: 1) ARMA(2,2) with 1% contaminated...

It would be interesting to implement the Slepian Wavelet Variance which can be applied to irregular and gappy time series. See http://arxiv.org/pdf/1401.1785v1.pdf

feature

**Issue:** @HaotianXu discovered a bug on the WN() guessing feature: ![wn_guessing_bug](https://cloud.githubusercontent.com/assets/833642/7952155/ee4c61c0-0976-11e5-89c8-94650717877d.png) Using: ``` r N = 80 # dyadic length of time series J = floor(log(N,2)) H = 1000 #...

bug