grid.around: helper function which constructs a vector grid around the...

Description Usage Arguments Value

View source: R/fitmethod-gridSearch.R

Description

helper function which constructs a vector grid around the value x; the grid is guaranteed to include x in its middle

Usage

1
grid.around(x, delta, numsteps)

Arguments

x

the value to center the grid around

delta

the range of the grid (eg .1 for .9x to 1.1x)

numsteps

the number of entries on the grid

Value

the grid slice


dfeehan/mortfit documentation built on Nov. 14, 2020, 9:04 p.m.