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)
n : int
t : double
inds : array, optional (default=None)
|
---|---|
Returns: | m : array, shape=(len(theta), len(theta))
|
Notes
This computation follows equation 3.6 of [1].
References
[R38] | 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. |