Secant: Finds the minimum point of a function

Description Usage Arguments

View source: R/Secant.R

Description

Finds the minimum point of a function

Usage

1
Secant(f, x0, x1, tolerance, n = 1000)

Arguments

f

function

x0

First initial point where x0 < x1

x1

Second initial point where x0 < x1


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