logLik,hspec-method | R Documentation |
Calculates the log-likelihood for the Hawkes model.
## S4 method for signature 'hspec'
logLik(
object,
inter_arrival,
type = NULL,
mark = NULL,
N = NULL,
Nc = NULL,
N0 = NULL,
lambda_component0 = NULL,
...
)
object |
An |
inter_arrival |
A vector of inter-arrival times for events across all dimensions, starting with zero. |
type |
A vector indicating the dimensions, represented by numbers (1, 2, 3, etc.), starting with zero. |
mark |
A vector of mark (jump) sizes, starting with zero. |
N |
A matrix representing counting processes. |
Nc |
A matrix of counting processes weighted by mark sizes. |
N0 |
A matrix of initial values for |
lambda_component0 |
Initial values for the lambda component |
... |
Additional arguments passed to or from other methods. |
hspec-class
, hfit,hspec-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.