powered by
This function counts the number of events within a specified time.
getN(x, tt = 1)
The number of events within time tt (possibly 0), for each column of x.
tt
x
A matrix of (positive) inter-event times.
A positive time.
Mirko Armillotta, Michail Tsagris and Konstantinos Fokianos.
rcopula, poisson.MODpq, poisson.MODpq.log
x <- rcopula(n = 100, N = 50, rho = 0.3) getN(x)
Run the code above in your browser using DataLab