temporal.catmark.mle | R Documentation |
Maximum likelihood estimation of the parameters of a temporal exponential decay Hawkes model
temporal.catmark.mle(t, marks, t_max = max(t), initval = NA, print = TRUE)
t |
- vector of arrival times |
marks |
- vector of marks |
t_max |
- maximum time value (default = max(times)) |
initval |
- initial parameter values for likelihood optimization |
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.