asep: An IHSEP data set

asepR Documentation

An IHSEP data set

Description

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).

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))

IHSEP documentation built on Sept. 17, 2022, 1:05 a.m.