6. Random walk model

The exercise was created 2024-03-25 by Makizon. Question count: 9.




Select questions (9)

Normally, all words in an exercise is used when performing the test and playing the games. You can choose to include only a subset of the words. This setting affects both the regular test, the games, and the printable tests.

All None

  • vilken variabel ska man göra random walk på? non stationary
  • gör random walk på LOGADJCLOSE från training set ARIMA010 <- Arima(training$LOGADJCLOSE, order=c(0,1,0), include.drift=TRUE)
  • gör summary summary(ARIMA010)
  • kolla confidence interval confint(ARIMA010)
  • kolla coefficienter coeftest(ARIMA010)
  • kolla residuals checkresiduals(ARIMA010)
  • vad ska man kolla på i checkresiduals? p-value
  • H0 random walk, the error terms are not correlated, p-value > 5%
  • H1 not random walk, the error terms are correlated, p-value < 5%

All None

Shared exercise

https://spellic.com/eng/exercise/6-random-walk-model.11989226.html

Share