calcBounds: Calculate Bounds Numerically

View source: R/fitStd.R

calcBoundsR Documentation

Calculate Bounds Numerically

Description

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

Details

to be added

Value

A named list with upper and lower bounds.


EPPIcenter/flexfit documentation built on Aug. 22, 2023, 8:52 a.m.