asep {IHSEP} | R Documentation |
An IHSEP data set
Description
A simulated data set from the inhomegeneous self-exciting process model
with baseline intensity, or immigration rate,
\nu(t)=200(2+\cos(2\pi t))
and excitation function, or fertility
g(t)=8\exp(-16 t)
.
Usage
data(asep)
Format
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.
Details
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.
Source
Simulated by a call to the function simHawkes1
.
Examples
data(asep)
## number of generations
length(asep)
## jump times of the observed self-exciting process
sort(unlist(asep))
[Package IHSEP version 0.3.1 Index]