Estimate of the hessian of the log-likelihood with respect to theta.
Parameters: | theta : array of shape = (n*(n-1)/2 + n) for dense or shorter
counts : array of shape = (n, n)
inds : array of ints or None
t : double
|
---|---|
Returns: | m : array, shape=(len(theta), len(theta))
|
Notes
This computation follows equation 3.6 of [1].
References
[R42] | Kalbfleisch, J. D., and Jerald F. Lawless. “The analysis of panel data under a Markov assumption.” J. Am. Stat. Assoc. 80.392 (1985): 863-871. |