Skip to contents

Numerically finds roots for 4th derivative of the model function that are used to indicate "flat" portions of the curve.

Usage

calcBounds(FUNmod, par, xrange, seql = 200)

Arguments

FUNmod

model function

par

values of function parameters

xrange

range of function domain to be searched for roots

seql

length of the search grid

Value

A named list with upper and lower bounds.

Details

to be added