newton_raphson: Finds the minimum point of a function

Description Usage Arguments

View source: R/Newton Raphson.R

Description

Finds the minimum point of a function

Usage

1
newton_raphson(f, a, tolerance, n = 1000)

Arguments

f

function

a

Initial starting point

tolerance

accuracy of the answer

n

Number of iterations


NabeelBedar/Optimization documentation built on Dec. 17, 2021, 5:19 a.m.