Hello everyone,
I'm pretty new to STATA, especially ARIMA functions, and I've spent the past few hours trying to figure out where I'm going wrong.
Problem
I'm trying to make a basic ARIMA model with my dependent variable, Berkshire Hathaway Class A Shares Returns. There are 427 observations. I've been following the video by the STATA Corp LP channel on Youtube
https://www.youtube.com/watch?v=8xt4q7KHfBs but when I work with my own data set, things do not end up right.
Specifically, when I include D. in front of the dependent variable (for 1st difference purposes) when using the line graph, I get a blank graph. This is the same if it is the natural logarithm of the dependent variable.
And when I use the syntax,
arima depvar ar, (1)
I get the error: (note: insufficient memory or observations to estimate usual
starting values [2])
insufficient observations
r(2000);
Is 427 observations not enough to conduct an ARIMA model?
Data and Observations
Here is the description of my data
Contains data
obs: 427
vars: 4
size: 9,394
storage display value
variable name type format label variable label
date int %td.. Date
b_hathway_cla~r long %10.0g B_HathWay_Class_A_Ind_Var
aaa_corp_bond~d double %10.0g Aaa_Corp_Bond_Yield
_year_tbill_y~y double %10.0g 10_Year_T-Bill_Yield_Maturity
Any help or links towards resources for troubleshooting ARIMA would be greatly appreciated.
Sincerely,
Mike Pelosi