The loglikelihood of the ground process of the Hawkes model. (The estimation for jump distribution is not provided.)
# S4 method for hspec
logLik(object, inter_arrival, type = NULL, mark = NULL,
N0 = NULL, lambda0 = NULL)
hspec-class
. The parameter values in the object are used to compute the log-likelihood.
inter-arrival times of events. 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.
the initial value of N
the initial values of lambda component. Must have the same dimensional matrix with hspec
.