bssolv: Bounded secant solver for a 1-D function of integer values

Description Usage Arguments

View source: R/bssolv.R

Description

This solver is specialized to the case where the function being solved is only defined for integer values. We still pass noninteger values to the function, but we expect that they will be rounded. This affects our stopping criteria.

Usage

1
bssolv(x1, x2, targfun)

Arguments

x1

lower bound

x2

upper bound

targfun

function to solve


rplzzz/sampEstimator documentation built on May 24, 2020, 4:35 a.m.