NewtonRaphson: Newton Raphson Estimation

View source: R/NewtonRaphson.R

NewtonRaphsonR 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.


Temporal documentation built on Sept. 24, 2023, 1:06 a.m.