0

I am working on this dataset.

library(Quandl)
bitcoin <- Quandl("BITSTAMP/USD",type = "xts")
bitcoin.price <- bitcoin[,"last"]

When I do NOT take logs since they have increasing variance, the model is: ARMA(1,2,1) with pic: enter image description here

on the other hand, if I take logs, I have:

enter image description here

Does this make sense? Why taking logs remove the MA component?

phiver
  • 1,035
J.Ze
  • 55

0 Answers0