asep | R Documentation |
A simulated data set from the inhomegeneous self-exciting process model with baseline intensity, or immigration rate, ν(t)=200(2+\cos(2π t)) and excitation function, or fertility g(t)=8\exp(-16 t).
data(asep)
The format is a list of the arrival/birth times of individuals of all generations, in the order of generation 0 individuals, generation 1 individuals, etc.
Times of arrivals/births of the same generation is listed together in ascending order. Number of generations is given by the length of the object.
Simulated by a call to the function simHawkes1
.
data(asep) ## number of generations length(asep) ## jump times of the observed self-exciting process sort(unlist(asep))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.