Description Usage Arguments Value Author(s) References Examples
Function to return the first, second derivate and the information score matrix. The central finite-difference and forward finite-difference will be used.
1 | deriva(b, funcpa)
|
b |
Value of parameters to be optimized over. |
funcpa |
Function to be minimized (or maximized), with argument the vector of parameters over which minimization is to take place. It should return a scalar result. |
A list with the following elements:
v
, the information score matrix;
rl
, log-likelihood or likelihood of the model.
Daniel Commenges
Donald W. Marquardt (1963). An algorithm for least-squares estimation of nonlinear parameters. Journal of the Society for Industrial and Applied Mathematics, 11(2):431–441
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.