ars / man / u_k.Rd
u_k.Rd
Raw
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{u_k}
\alias{u_k}
\title{Find u_k}
\usage{
u_k(x, xs, hs, h_primes, bounds)
}
\arguments{
\item{x}{values that were sampled}

\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 likelihood of u_k, the upper envelope
}
\description{
Find u_k
}