Description Usage Arguments Value Examples
Integral of quadratic mu function wrt t
1 | mu_int_quadratic(time, parameters)
|
time |
Current time |
parameters |
List of Hawkes Process parameters. Need to define A, B and C. |
Value of integral of quadratic mu function wrt t.
1 2 | mu_int_quadratic(time = 5, parameters = list("A" = 10, "B" = 4, "C" = 1))
mu_int_quadratic(time = 78, parameters = list("A" = 5, "B" = 4, "C" = 1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.