newton_raphson_1d: One-dimensional Newton-Raphson

View source: R/utility.R

newton_raphson_1dR Documentation

One-dimensional Newton–Raphson

Description

One-dimensional Newton–Raphson

Usage

newton_raphson_1d(f_over_df, param0, ...)

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.

Value

Newton–Raphson estimate.


univariateML documentation built on April 3, 2025, 11:09 p.m.