bgw_itsum {bgw} | R Documentation |
bgw_itsum
Description
Prints iteration summary, info on initial and final x.
Usage
bgw_itsum(d, g, iv, v, x, p, betaIsNamed, betaNames = NULL, i_itsum)
Arguments
d |
Scaling vector |
g |
Gradient of objective function (negative-log-likelihood) wrt x |
iv |
BGW internal vector of integer values |
v |
BGW internal vector of numeric values |
x |
Parameter vector for which the objective function is being minimized |
p |
Dimension of x |
betaIsNamed |
Logical. |
betaNames |
Character vector. If available, has beta parameter names. |
i_itsum |
Code from caller to select specific options |
Value
iv There are iv values changed inside bgw_itsum. The iv vector is the integer workspace for Fortran BGW.
[Package bgw version 0.1.3 Index]