golden.section.search: Golden section search

Description Usage Arguments Value

View source: R/golden_section_search.R

Description

Uses golden section method to search given space for value that minimizes function given

Usage

1
golden.section.search(f, lower, upper, tol = 1e-06)

Arguments

f

function

lower

Lower bound to search in

upper

Upper bound to search in

tol

How exact the answer must be

Value

Returns a value that minimizes the function input


raerose01/deconstructSigs documentation built on Aug. 20, 2020, 11:44 a.m.