<t>How do I specify an additonal exogenous variable with a GARCH(1,1) model?My GARCH(1,1) model is :EPTIME (t) = c + a1 * PTIME(t-1) + b1 * EPTIME(t-1) - (A), Now I want to add another exogenous variable (spread) to the current GARCH(1,1) model, which is given as:EPTIME (t) = c + a1 * PTIME(t-1) + b...