ars / man / sample_step.Rd
sample_step.Rd
Raw
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{sample_step}
\alias{sample_step}
\title{Find sample x's}
\usage{
sample_step(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{
samples x values of the distribution
}
\description{
Find sample x's
}