getN | R Documentation |
This function counts the number of events within a specified time.
getN(x, tt = 1)
x |
A matrix of (positive) inter-event times. |
tt |
A positive time. |
The number of events within time tt
(possibly 0), for each column of
x
.
Mirko Armillotta, Michail Tsagris and Konstantinos Fokianos.
rcopula, poisson.MODpq, poisson.MODpq.log
x <- rcopula(n = 100, N = 50, rho = 0.3)
getN(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.