How do I ran a GARCH model with Dummy Variables.?

7 views (last 30 days)
arch Rt (dummy_day1 dummy_day2 dummy_day3 dummy_day4 dummy_day5), noconstant arch(1/1) garch(1/1)
i am doing a study on the day of the week effect using the GARCH(1,1)model and i was wondering if i ran it the normal way like above or i have to specify that the Days of the week are dummy variables? kindly assist.

Accepted Answer

Alice Karume
Alice Karume on 22 Sep 2015
kindly assist

More Answers (1)

tilfani oussama
tilfani oussama on 19 Feb 2018
i have a time series of stock return, for which i would like to estimate conditional volatility by a garch model. My aim is not to correct an ARMA model, but only to estimate conditional variance. I used in matlab, estimate garch offset for p=1 and q=1. For some variables with outliers i have inaccurate estimations. I thought to use dummy variables to have best estimation, how can I estimate garch model with dummy variable in matlab? Bests

Categories

Find more on Conditional Variance Models in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!