maxbound: Maxbound Optimization

Description Usage Arguments Value Author(s) Examples

View source: R/maxbound.R

Description

Used to estimate the bounds of a function, in which the optimum value will be located within.

Usage

1
  maxbound(f, lo, hi)

Arguments

f

the function to be optimized.

lo

the lower bound.

hi

the upper bound.

Value

lo lower bound estimate of the function's optimum.

hi upper bound estimate of the function's optimum.

Author(s)

Tyler Hunt tyler@psychoanalytix.com

Examples

1
maxbound(sin, 1/2, pi/2)

JackStat/CompPack documentation built on May 7, 2019, 10:16 a.m.