Learn R Programming

deconstructSigs (version 1.8.0)

golden.section.search: Golden section search

Description

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

Usage

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