Description Usage Arguments Value Examples
View source: R/ray_derivatives.R
Computes directional derivatives for Rayleigh kernel
1 2 3 4 5 6 7 8 9 10 | ray_derivatives(
parameters,
delay = 0,
events,
kernel,
mu_fn = mu_none,
mu_diff_fn = mu_diff_none,
mu_int_fn = mu_int_none,
print_level = 0
)
|
parameters |
Parameters of the Hawkes kernel. |
delay |
Fixed delay for kernel |
events |
Vector of event times. |
kernel |
Kernel function for Hawkes Process. |
mu_fn |
Function that returns exogenous part of Hawkes Process. |
mu_diff_fn |
Function that returns differential of exogenous part. |
mu_int_fn |
Function that returns integral of exogenous part. |
print_level |
Level at which logger will print |
Returns directional derivatives for Rayleigh kernel.
1 2 | ray_derivatives(parameters = list("alpha" = 1, "delta" = 1, "delay" = 0),
events = c(0, 4, 6, 9), kernel = exp_kernel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.