% Generated by roxygen2: do not edit by hand % Please edit documentation in R/utils.R \name{intersection_points} \alias{intersection_points} \title{Find the intersection points} \usage{ intersection_points(xs, hs, h_primes, bounds) } \arguments{ \item{xs}{sorted x values} \item{hs}{sorted hx values} \item{h_primes}{sorted hx/dx values} \item{bounds}{vector of length 2 of the upper and lower bound} } \value{ Returns the intersection value on the x axis of the envelope lines } \description{ Find the intersection points }