findzero: Finds position where the function f becomes zero First tries...

Description Usage

View source: R/skMathNumericUtils.r

Description

Finds position where the function f becomes zero First tries find.root and if this fails tries optimize

Usage

1
2
findzero(f, lower, upper, tol = .Machine$double.eps * 10, result.tol = tol,
  try.uniroot = TRUE, ...)

skranz/skUtils documentation built on April 12, 2021, 11:43 a.m.