View source: R/draw_cumulative_intensity_orderstats.R
draw_cumulative_intensity_orderstats | R Documentation |
Sample NHPPP times using the order statistics method,
optionally using an rstream
generator object.
draw_cumulative_intensity_orderstats(
Lambda,
Lambda_inv,
t_min,
t_max,
atmost1 = FALSE
)
Lambda |
(function, double vector) a continuous increasing R to R map which is the integrated rate of the NHPPP |
Lambda_inv |
(function, double vector) the inverse of |
t_min |
(double) the lower bound of the time interval |
t_max |
(double) the upper bound of the time interval |
atmost1 |
boolean, draw at most 1 event time |
a vector of event times (t_); if no events realize, a vector of length 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.