SMAC-Group / TTS

"A Tour of Time Series Analysis with R" (TTS) is a text that is aimed to provide better explanations for students investigating dependency within observations.
6 stars 5 forks source link

New function in the gmwm package to compare robust and classical ACF #18

Open stephaneguerrier opened 8 years ago

stephaneguerrier commented 8 years ago

@coatless could you please add the functionality we discussed today to compare robust and classical ACF. What I propose it a function ACF(..... , estimator = x), where x can be "classical (default)", "robust" and "both". Then a function plot.ACF if option both is used the compare ACFs. Makes sense? Once the function is there it would be nice to use it the example at the end of chapter 2 (see issue #17). Thanks!