temporal.mle | R Documentation |
Maximum likelihood estimation of the parameters of a temporal exponential decay Hawkes model
temporal.mle(t, t_max = max(t), initval = NA, print = TRUE)
t |
- vector of arrival times |
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.