generateCandidates: Grid generation around a given point needed for confidence...

Description Usage Arguments Value

Description

Candidate generation for the confidence sets around a given a center with specified range and step width

Usage

1
generateCandidates(center, range = c(0.5, 1.5), steps = center * 0.05)

Arguments

center

center of the grid, a two-dimensional point

range

two-dimensional vector specifiying the width of the region around the center

steps

numeric value indicating the step width of the grid

Value

grid around center using expand.grid


szugat/predfat documentation built on May 31, 2019, 12:50 a.m.