powered by
This function allows you to estimate the MARX model by t-MLE.
marx.t(y, x, p_C, p_NC, params0)
Data vector of time series observations.
Matrix of data (every column represents one time series). Specify NULL or "not" if not wanted.
Number of lags.
Number of leads.
Starting values for the parameters to be estimated (both model and distributional parameters).
Estimated causal coefficients.
Estimated noncausal coefficients.
Estimated exogenous coefficients.
Estimated intercept.
Estimated scale parameter.
Estimated degrees of freedom.
Residuals.
Standard errors of the distributional parameters.
# NOT RUN { data <- sim.marx(c('t',3,1),c('t',3,1),100,0.5,0.4,0.3) marx.t(data$y,data$x,1,1) # }
Run the code above in your browser using DataLab