Description Usage Arguments Value Author(s)
View source: R/algorithms__KStepNewtonMove.R
Details see the paper.
1 2 3 4 5 6 7 8 9 10 11 12 13 | KStepNewtonMove(
param.cur,
gradhess.fun.name,
KStep,
Params,
hessMethod,
Y,
x0,
callParam,
splineArgs,
priorArgs,
Params_Transform
)
|
param.cur |
"matrix". The initial values for the Newton update. |
gradhess.fun.name |
NA |
KStep |
NA |
Params |
NA |
hessMethod |
NA |
Y |
NA |
x0 |
NA |
callParam |
NA |
splineArgs |
NA |
priorArgs |
NA |
Params_Transform |
NA |
"list". See bellow. 'gradObs.cur': The gradient matrix. 'invHessObs.cur': The inverse hessian matrix. 'param.cur': The updated parameters after K step Newton iterations.
Feng Li, Department of Statistics, Stockholm University, Sweden.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.