simulate_temporal | R Documentation |
Simulates a temporal Hawkes process with an exponential correlation function
simulate_temporal(mu, alpha, beta, tt, times, seed = -1L)
mu |
- background parameter |
alpha |
- |
beta |
- |
tt |
- vector of two elements defining time span (e.g., c(0,10)) |
times |
- history of previous times (e.g., numeric()) |
seed |
- value to seed random number generation (default = -1) |
arrivals - vector of arrival times
times = simulate_temporal(.5,.1,.5,c(0,10),numeric())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.