
Last chance! 50% off unlimited learning
Sale ends in
linlin(external, self.excit, interval, c, d, ax=NULL, ay=NULL, ac=NULL, at=NULL, opt=0, tmpfile=NULL, nlmax=1000)
Note that for the initial estimates of $ax(1)$, $ay(1)$ and $at(1)$, some positive value are necessary. Especially 0.0 is not suitable.
Y.Ogata and H.Akaike (1982) On linear intensity models for mixed doubly stochastic poisson and self-exciting point processes. J. royal statist. soc. b, vol. 44, pp. 102-107.
Y.Ogata, H.Akaike and K.Katsura (1982) The application of linear intensity models to the investigation of causal relations between a point process and another stochastic process. Ann. inst. statist. math., vol. 34. pp. 373-387.
data(PProcess) # point process data
data(SelfExcit) # self-exciting point process data
linlin( PProcess[1:69], SelfExcit, 20000, 0.13, 0.026,
c(0.035,-0.0048), c(0.0,0.00017),, c(0.007,-.00000029) )
Run the code above in your browser using DataLab