I am trying to find an ARIMA model for the unemployment rate in Boston after the data is differenced (code below). The goal is to have the white noise test (wbtestq) to return a probability as close to 1.000 as possible and a Q-statistic that’s as small as possible. No matter what I try I have not found a model that works. What is the correct model? clear all
freduse BOXRSA BOST625URN gen hp = BOXRSA gen unemp = BOST625URN drop if hp == . | unemp == . gen yearm = mofd(daten) gen year = year(daten) gen t = _n format yearm %tm gen month = month(daten) tab month, gen(mth) tsset yearm
qui: do http://Eduwebsite
/(3,1,3) did not work. a lot of these are converging. the middle (p,d,q) "d" should be 1 because its first differenced so that is covered, but i have not been able to find the right p and q/ arima unemp, arima (p,d,q) predict residun1, resid wntestq residun1, lags(10)
drop residun1
Related Posts with Question about an ARIMA model with white noise test
Creation and anaysis of dummy variablesMy data consists of multiple countries (40 different countries) such as the US, UK, China, The level…
How to get R-squared in GMM regressions?Hello everyone, I am estimating Taylor rules of monetary policy using GMM and "gmm" command (Stata 1…
Investor TurnoverHi, I was searching for a way to calculate Investor turnover: Array My data: I have quarterly data …
Calculating cumulative percentage for panel dataHi Everyone, I am looking for some help to calculate the cumulative percentages for a panel data. …
Wild cluster boostrap t- CGD(2008)Hi, I am asked to write Stata command reproduce the results of Wild Cluster Boostrap T as in " Came…
Subscribe to:
Post Comments (Atom)
0 Response to Question about an ARIMA model with white noise test
Post a Comment