View source: R/hawkes_em_functions.R
compensator | R Documentation |
compute_I$Compensator
.Similar to intensity
. Takes an m-dimensional multivariate process and computes the compensator for indicated output and input processes.
compensator(out, inp, pp_obj, parms, k, t = NULL)
out |
index for which component of |
inp |
a vector of indices for which components of |
pp_obj |
a |
parms |
parameters of the Hawkes process formatted as described for |
k |
output from |
# |
t: override default time interval |
vector of length(inp)
, where the j-th element is the (scalar) value of the compensator for events[[out]]
and events[[inp[j]]]
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.