View source: R/hawkes_em_functions.R
| set_kernel | R Documentation |
For user-chosen kernel_type in c("dgamma", "dexp", "dlnorm"), returns a list of repsponse kernel functions. Currently only implemented for "dgamma". The goal is to set up various response kernel choices so that they have unifrom args and returns, and catch inadmissable args passed during M-step optimization.
set_kernel(kernel_type = "dgamma")
kernel_type |
currently only implemented for |
A named list of functions with components c("Density", "Dist", "Quantile").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.