Description Usage Arguments Details Value Author(s) References Examples
Computes the expected Fisher information divided by the sample size.
1 | exp_info1(para, X, y, ncores, dll)
|
para |
Parameter vector. |
X |
Model matrix. |
y |
Observed response. |
ncores |
Number of cores used in estimation. |
dll |
Name of the C++ template representing the model of interest. |
The function is just a portion of the A_star
function.
The returned value is a vector of the same size of para
, containing the
value of the adjustment.
Ruggero Bellio
Kosmidis, I. and Firth, D. (2010). A generic algorithm for reducing bias in parametric estimation. Electron. J. Statist., 4, 1097-1112.
1 | # See the vignette file
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.