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