NewtonRaphson {Temporal} | R Documentation |
Newton Raphson Estimation
Description
Newton Raphson Estimation
Usage
NewtonRaphson(init, obj, eps = 1e-06, maxit = 10, report = FALSE)
Arguments
init |
Initial value. |
obj |
Objective function. |
eps |
Tolerance for Newton-Raphson iterations. |
maxit |
Maximum number of NR iterations. |
report |
Report fitting progress? |
Value
Numeric parameter estimate.
[Package Temporal version 0.3.0.1 Index]