Dear Statalist members,
Using the http://dss.princeton.edu/online_help...ventstudy.html example while performing an event study, I have reached the point where I should perform the test for significance (t-statistic). In this section is mentioned that the formula is: TEST= ((ΣAR)/N) / (AR_SD/sqrt(N)), although when imported in Stata the example uses the follow command:
gen test =(1/sqrt(number of days in event window)) * ( cumulative_abnormal_return /ar_sd).
So, my question here is how from the first formula we conclude the Stata command, cause I can not figure out the rationale (e.g. is ΣAR actually the CAR and what N stands for?-the number of observations or something else?-)
I have also read MacKinley(1997) popular paper for event studies but it seems to use when calculating the t-test- the number of observations (CAR) and not the number of days in the event window.
Is Princeton using here a different t-test and how this test is actually called (since it seems to exist several t-tests in event studies e.g. standardized t-test, cross-sectional t-test, portfolio t test)
Thank you in advance for your valuable help.
Using the http://dss.princeton.edu/online_help...ventstudy.html example while performing an event study, I have reached the point where I should perform the test for significance (t-statistic). In this section is mentioned that the formula is: TEST= ((ΣAR)/N) / (AR_SD/sqrt(N)), although when imported in Stata the example uses the follow command:
gen test =(1/sqrt(number of days in event window)) * ( cumulative_abnormal_return /ar_sd).
So, my question here is how from the first formula we conclude the Stata command, cause I can not figure out the rationale (e.g. is ΣAR actually the CAR and what N stands for?-the number of observations or something else?-)
I have also read MacKinley(1997) popular paper for event studies but it seems to use when calculating the t-test- the number of observations (CAR) and not the number of days in the event window.
Is Princeton using here a different t-test and how this test is actually called (since it seems to exist several t-tests in event studies e.g. standardized t-test, cross-sectional t-test, portfolio t test)
Thank you in advance for your valuable help.
Comment