Description Usage Arguments Value Examples
View source: R/conditional_intensities.R
Computes conditional intensity for a list of events and times
1 | conditional_intensity_list(times, kernel, events, parameters)
|
times |
List of current time. |
kernel |
Function describing the kernel. |
events |
Vector of event times. |
parameters |
Parameters of the Hawkes kernel. |
A vector of the sums of the kernel evaluated at t
- y
.
1 2 | conditional_intensity_list(time = c(1, 1.5), kernel = ray_kernel,
events = c(0.5, 1, 1.3), parameters = list("alpha" = 1.0, "delta" = 1.0, "delay" = 0))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.