Learn R Programming

univariateML (version 1.5.0)

newton_raphson_1d: One-dimensional Newton--Raphson

Description

One-dimensional Newton--Raphson

Usage

newton_raphson_1d(f_over_df, param0, ...)

Value

Newton--Raphson estimate.

Arguments

f_over_df

The term f(x_0) / f'(x_0) in Newton--Raphson.

param0

Starting parameter, typically from method of moments estimates.

...

Optional iterlim and reltol parameters.