findminval: Find Minimum Value

View source: R/utils.R

findminvalR Documentation

Find Minimum Value

Description

Searches the maximum of a function over a grid on a given grid.

Usage

findminval(sens, min, max, grid.length)

Arguments

sens

a single variable numeric function to evaluate.

min

minimum value of the search grid.

max

maximum value of the search grid.

grid.length

length of the search grid.

Value

The value of the minimum


optedr documentation built on Nov. 18, 2022, 5:12 p.m.