how to estimate this equation?
Posted: Thu Jul 31, 2014 2:04 am
I want to examine the asymmetric relationship between the returns on the stock index and the returns on volatility by separating the positive and negative returns on volatility, the regression I want to estimate looks like this: R_Index C R_PV R_NV
Both sets of data are based on daily returns. I tried to create two series for positives and negatives, but i noticed there are some blanks between observations because if there is a positive return then the negative will be blank. When I tried to estimate using the ols, i got an error saying insufficient number of observations.
I did manage to regress with only one independent variable, either the r_pv or the r_nv, but i want to combine the two together. So how should I regress the equation above?
Both sets of data are based on daily returns. I tried to create two series for positives and negatives, but i noticed there are some blanks between observations because if there is a positive return then the negative will be blank. When I tried to estimate using the ols, i got an error saying insufficient number of observations.
I did manage to regress with only one independent variable, either the r_pv or the r_nv, but i want to combine the two together. So how should I regress the equation above?