hist_cdf: CDF for histogram density

View source: R/histogram-interpolation.R

hist_cdfR Documentation

CDF for histogram density

Description

Calculates the CDF over an interval where the distribution has a constant density.

Usage

hist_cdf(q, p0, q0, f)

Arguments

q

The values at which to estimate the CDF.

p0

The probability lower bound of the interval with constant density.

q0

The quantile lower bound of the interval with constant density.

f

The value of the constant density.

Author(s)

Thomas Blanchet, Juliette Fournier, Thomas Piketty


thomasblanchet/gpinter documentation built on Nov. 29, 2022, 4:32 a.m.