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

Finishing Chapter 2 #21

Open stephaneguerrier opened 8 years ago

stephaneguerrier commented 8 years ago

Hi guys! As suggested by @coatless, it is better group all issues related to one chapter together to here is what is needed to finish the first chapter:

stephaneguerrier commented 8 years ago

Hi @HaotianXu Thanks a lot for the update on the proof. I made a few changes and added the content to the main document. Just one question: we mention the "bounded convergence theorem", why do you need that? Is it the make sure that $E[ sum X_i ] = sum E [X_i]? Could you also review my changes? Thanks again!

HaotianXu commented 8 years ago

Hi Stef, "bounded convergence theorem" is only needed for n goes to infinity, if we let n be finite, we do not need it.

stephaneguerrier commented 8 years ago

Sorry i meant: lim E[ sum X_i ] = lim sum E [X_i]

HaotianXu commented 8 years ago

Hi @stephaneguerrier , "bounded convergence theorem" is showing that lim E[ 1/n sum X_i ] = E [lim 1/n sum X_i] = E[ E[X_i] ] = E [X_i]

stephaneguerrier commented 8 years ago

@HaotianXu ok, makes sense! thanks

stephaneguerrier commented 8 years ago

@robertomolinari I made some changes in sec 2.3.3 (robust), could you review this section when you have the time? Thanks!

stephaneguerrier commented 8 years ago

@HaotianXu I have added something in the list related to issue (new section on white noise tests). Would you mind to address this? Not urgent of course! Merci!

HaotianXu commented 8 years ago

Hi @coatless, in the folder devel there is only "02-stationarity-old.Rmd". Can I edit it? I am not sure it is the right one?

coatless commented 8 years ago

@HaotianXu You can edit it. Just place the details at the end. @stephaneguerrier will then move over into the main.

HaotianXu commented 8 years ago

Hi @coatless , I want to add a simulation to the section 2.4 portemanteau tests and I attached the r code. Could you please help me to add it to the book? Thank you! portmanteau test.zip