View source: R/hawkes_em_functions.R
| intensity | R Documentation | 
compute_I$Intensity.Takes an m-dimensional multivariate Hawkes process and computes the intensities for indicated output and input processes. Main difference with compute_I is that inp can be a vector.
intensity(out, inp, pp_obj, parms, k, Log = F)
| 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  | 
| Log | logical: return  | 
A list of length(inp) components, where the j-th element is compute_I for pp_obj[[out]] and pp_obj[[inp[j]]].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.