Description Usage Arguments Value Examples
One potential kernel function for use in the Hawkes Process model.
1 | exp_kernel(t, parameters)
|
t |
Current time. |
parameters |
Parameters of the Hawkes kernel. |
Value of the exponential kernel at time t
.
1 2 | exp_kernel(5, parameters = list("alpha" = 1, "delta" = 1))
exp_kernel(3, parameters = list("alpha" = 1, "delta" = 0.5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.