bisect: Use bisection to find x so that myform(param, x) is close to...

View source: R/bisect.R

bisectR Documentation

Use bisection to find x so that myform(param, x) is close to approx_this

Description

Use bisection to find x so that myform(param, x) is close to approx_this

Usage

bisect(param, myform, approx_this, lower, upper, eps)

Arguments

param

Parameters applied in myform

myform

User defined function used in approximation

approx_this

y-value for which x-value should be approximated

lower

Lower limit of interval to search in

upper

Upper limit of interval to search in

eps

Maximal distance of x to approx_this

Value

x-value that is within the eps distance to approx_this

Author(s)

David Klein


pik-piam/remulator documentation built on Oct. 19, 2023, 4:07 p.m.