tanIntersect: Compute x-values of Tangent Intersections

Description Usage Arguments Value

View source: R/modular_functions.R

Description

tanIntersect calculates the x-values corresponding to the intersections of subsequent tangent lines of a function.

Usage

1
tanIntersect(x_abs, f, f_params = NULL)

Arguments

x_abs

A numeric vector of length k for k > 1, representing the abscissae.

f

A function representing the sampling distribution, as an expression.

f_params

A list of any associated parameters of f.

Value

A named list containing the original abscissae values, the intersection points of the tangent lines, the h values of the original abscissae, and the derivatives to be used in further functions.


bsearchinger/ARS documentation built on Dec. 19, 2021, 12:44 p.m.