simulate_hawkes_stpp_nonunif | R Documentation |
Simulate inhomogenous spatio-temporal hawkes model
simulate_hawkes_stpp_nonunif(params, poly, t_region, d, history, seed = -1L)
params |
- list containing params ( |
poly |
- matrix defining polygon ( |
t_region |
- vector of two elements describing time region (e.g., c(0,10)) |
d |
- generate parents on larger polygon by expanded observed polygon by d (default = R::qnorm(.95, 0, sig, 1, 0)) |
history |
- history of process (e.g., numeric()) |
seed |
- set random number seed (default=-1) |
A DataFrame containing x
,y
,t
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.