The log-likelihood of the ground process of the Hawkes model. (The log-likelihood for mark (jump) distribution is not provided.)
# S4 method for hspec
logLik(
object,
inter_arrival,
type = NULL,
mark = NULL,
N = NULL,
Nc = NULL,
N0 = NULL,
lambda_component0 = NULL,
...
)
hspec-class
. The parameter values in the object are used to compute the log-likelihood.
A vector of realized inter-arrival times of events which includes inter-arrival for events that occur in all dimensions. Start with zero.
A vector of realized dimensions distinguished by numbers, 1, 2, 3, and so on. Start with zero.
A vector of realized mark (jump) sizes. Start with zero.
A matrix of counting processes.
A matrix of counting processes weighted by mark.
A matrix of initial values of N.
The initial values of lambda component. Must have the same dimensional matrix with object
.
Further arguments passed to or from other methods.
hspec-class
, hfit,hspec-method