Description Usage Arguments Value
This function computes the Fisher information matrix for a regularized Poisson objective function.
1 2 3 4 5 6 7 8 | poisson_objective_post_cov_approx(
beta,
lam,
reported,
Q,
lnPmat,
regularization_order
)
|
beta |
A vector of spline parameters. |
lam |
A regularization penalty parameter. |
reported |
A vector of reported values. |
Q |
A spline basis matrix. |
lnPmat |
A matrix size Tobs x Tobs, log of make_likelihood_matrix. |
regularization_order |
An integer that specifies the regularization order. |
Fisher information matrix of a regularized Poisson objective function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.