View source: R/nphawkes_functions.R
se_bars | R Documentation |
This function estimates the variance of each bin for all utilized triggering components.
se_bars(model)
model |
the output from |
This function is to be used in conjunction with the misd()
function from the nphawkes
library,
and is used within the function that produces triggering plots.
a list of variance estimates for each bin of all utilized triggering components
data("hm.csv") out = misd(dates = hm$t, ref_date = "1999-10-16", lat = hm$lat, lon = hm$lon, marks = hm$m, time_breaks = c(0,0.1, 0.5, 1,7,93,600), space_breaks = c(0,0.5, 1, 10, 25, 100), mark_breaks = c(3, 3.1,3.3, 4, 5, 8), just_times = T) se = se_bars(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.