stpp.mle | R Documentation |
Maximum likelihood estimation of the parameters of a spatio-temporal exponential decay Hawkes model.
stpp.mle(data, poly, t_max = max(data$t), initval = NA, print = TRUE)
data |
- A DataFrame containing |
poly |
- a matrix defining the polygon |
t_max |
- maximum time value (default = max(times)) |
initval |
- vector of two elements describing missing time range (default = NA) |
print |
- print progress (default = TRUE) |
A list containing the parameter values and likelihood value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.