calc_uz: calc_uz

Description Usage Arguments Value

View source: R/utils.R

Description

calculate the z points (or intersection between the tangent lines at given points) given a (sorted) set of points and their h values and h_prim values

Usage

1
calc_uz(y_l, y_r, hy_l, hy_r, hyprim_l, hyprim_r)

Arguments

y_l

y points to the left

y_r

y points to the right

hy_l

h(y_l) values

hy_r

h(y_r) values

hyprim_l

h'(y_l)

hyprim_r

h'(y_r)

Value

a namedVector object with names=z and values=uz


andrea2910/ars documentation built on June 17, 2021, 3:32 a.m.