Description Usage Arguments Value
View source: R/modular_functions.R
tanIntersect
calculates the x-values corresponding to the
intersections of subsequent tangent lines of a function.
1 | tanIntersect(x_abs, f, f_params = NULL)
|
x_abs |
A |
f |
A function representing the sampling distribution, as an expression. |
f_params |
A |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.