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

\item{xs}{sorted x values}

\item{hs}{sorted hx values}
}
\value{
Returns the likelihood of l_k, the squeezing function
}
\description{
Find l_k
}