Description Usage Arguments Value Examples
Generate diagnostic tools for different point process models, including quantile-quantile plot, ks plot, raw residual and pearson residual.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
object |
a point process model |
events |
event times |
Invisibly returns NULL. Outputs plots and summary of diagnostics to console
1 2 3 | hpp_obj <- pp_hpp(lambda = 1)
events <- pp_simulate(hpp_obj, end = 50)
pp_diag(hpp_obj, events)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.