show_multivariate_hawkes: Multivariate Hawkes fitted model plot

View source: R/plots.r

show_multivariate_hawkesR Documentation

Multivariate Hawkes fitted model plot

Description

Multivariate Hawkes fitted model plot

Usage

show_multivariate_hawkes(obj, type = c("fitted", "data", "both"))

Arguments

obj

Either object returned by fit_hawkes/fit_hawkes_cbf or a named list with elements times and params. If the latter, then times should be a numeric vector of observed time points, and params must contain, alpha (intensity jump after an event occurrence) and beta (exponential intensity decay). In addition, should contain either mu (base rate of the Hawkes process) or background_parameters (parameter(s) for the assumed non-homogeneous background function; could be a list of multiple values). May also contain marks (a vector of numerical marks).

type

One of c("fitted", "data", "both"), default "fitted".


cmjt/stelfi documentation built on Oct. 19, 2024, 8:36 a.m.