rolling ======= Purpose ------- Performs rolling OLS regressions for a provided vector of dependent data and matrix of independent regressors. Format ------ .. function:: {coef, res, w} = rolling(yt, xt, window, add, graph) :param yt: panel series data. :type yt: Tx1 numerical vector :param xt: estimation regressors. :type xt: TxK numerical matrix :param window: Optional input, a positive integer specifying a fixed window size of K< window