IARgamma | R Documentation |
Maximum Likelihood Estimation of the IAR-Gamma model.
IARgamma(y, st)
y |
Array with the time series observations |
st |
Array with the irregular observational times |
A list with the following components:
phi MLE of the phi parameter of the IAR-Gamma model.
mu MLE of the mu parameter of the IAR-Gamma model.
sigma MLE of the sigma parameter of the IAR-Gamma model.
ll Value of the negative log likelihood evaluated in phi, mu and sigma.
Eyheramendy_2018iAR
gentime
, IARgsample
, IARphigamma
n=300 set.seed(6714) st<-gentime(n) y<-IARgsample(phi=0.9,st=st,n=n,sigma2=1,mu=1) model<-IARgamma(y$y, st=st) phi=model$phi muest=model$mu sigmaest=model$sigma
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.