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