fithp: Determine the MLE of Hawkes process numerically
Description
Determine the MLE of Hawkes process numerically
Usage
fithp(events, end = max(events), vec = c(0.1, 0.2, 0.3))
Arguments
events
event times
end
end of observation period starting from 0 (default last event)
vec
vector of initial parameter values
Value
a hp object indicating the maximum
likelihood parameter values (lambda0,alpha,beta) for Hawkes process.
This is a non-convex problem and a (unique) solution is not guaranteed.