Supplement 1. MATLAB and R code for performing ARMA(p,q) model fitting.
收藏NIAID Data Ecosystem2026-03-09 收录
下载链接:
https://figshare.com/articles/dataset/Supplement_1_MATLAB_and_R_code_for_performing_ARMA_p_q_model_fitting_/3544517
下载链接
链接失效反馈官方服务:
资源简介:
File List
ARMApqREMLfunct.m -- Matlab code for the ARMA likelihood function for REML and ML estimation
ARMApq_ME_REMLfunct.m -- Matlab code for the ARMA likelihood function for pseudo-REML and pseudo_ML estimation
ARMApqREMLfunct_R.txt -- R code for the ARMA likelihood function for REML and ML estimation
Description
The ARMApqREMLfunct.m matlab program gives the negative log likelihood function and restricted likelihood function for an ARMA(p,q) model that can be used with a minimization program such as fminsearch.m. The ARMApqREMLfunct.m matlab program similarly gives the negative log likelihood function and restricted likelihood function for an ARMA(p,q) model for pseudo-ML and pseudo-REML estimation in which the standard error of the estimates is provided by the user. ARMApqREMLfunct_R.txt gives a version of ARMApqREMLfunct.m translated from matlab into R. The derivations of the code are given in Appendix A.
创建时间:
2016-08-05



