NewtonRaphson: Newton Raphson Estimation
Description
Newton Raphson Estimation
Usage
NewtonRaphson(init, obj, eps = 1e-06, maxit = 10, report = FALSE)
Value
Numeric parameter estimate.
Arguments
- init
Initial value.
- obj
Objective function.
- eps
Tolerance for Newton-Raphson iterations.
- maxit
Maximum number of NR iterations.
- report
Report fitting progress?