group_fit_series | R Documentation |
Given a list of cascades, this function fits each cascade individually by calling [fit_series]. If the given cascades are in a named list, the names will be regarded as groups and the result will be reformatted as a list of group fits.
group_fit_series(data, cores = 1, ...)
data |
A (named) list of data.frame(s) where each data.frame is an event cascade with event tims and event magnitudes (optional). The list names (if present) will be used for grouping cascades with same names. |
cores |
The number of cores used for parallel fitting, defaults to 1 (non-parallel) |
... |
Check the available arguments of fit_series |
A list of model obejcts where each object fits on an invidual cascade in data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.