Description Usage Arguments Value Examples
Integral of linear and sinusoidal mu function with varying P
1 | mu_int_sinusoidal_linear_period(time, parameters)
|
time |
Current time |
parameters |
List of Hawkes Process parameters. Need to define A, B, M, N and P. |
Value of integral of linear and sinusoidal mu function with varying P.
1 2 3 4 | mu_int_sinusoidal_linear_period(time = 5, parameters = list("A" = 10, "B" = 1, "M" = 4,
"N" = 1, "P" = 365))
mu_int_sinusoidal_linear_period(time = 78, parameters = list("A" = 5, "B" = 1, "M" = 4,
"N" = 1, "P" = 27))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.