This function computes Hawkes volatility. Only works for bi-variate Hawkes process.
hvol(
object,
horizon = 1,
inter_arrival = NULL,
type = NULL,
mark = NULL,
dependence = FALSE,
lambda_component0 = NULL,
...
)# S4 method for hspec
hvol(
object,
horizon = 1,
inter_arrival = NULL,
type = NULL,
mark = NULL,
dependence = FALSE,
lambda_component0 = NULL,
...
)
hspec-class
Time horizon for volatility.
Inter-arrival times of events which includes inter-arrival for events that occur in all dimensions. Start with zero.
A vector of dimensions. Distinguished by numbers, 1, 2, 3, and so on. Start with zero.
A vector of mark (jump) sizes. Start with zero.
Dependence between mark and previous sigma-algebra.
A matrix of the starting values of lambda component.
Further arguments passed to or from other methods.