newton_raphson_1d {univariateML}R 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.


[Package univariateML version 1.5.0 Index]