getQuantile: Estimate a specific quantile of a pdf given abscissa and...

View source: R/helper_functions.R

getQuantileR Documentation

Estimate a specific quantile of a pdf given abscissa and ordinate values.

Description

Estimate a specific quantile of a pdf given abscissa and ordinate values.

Usage

getQuantile(x, y, p)

Arguments

x

The abscissa values of the pdf

y

The ordinate values of the pdf

p

The probability at which to evaluate the quantile.

Value

The estimated quantile.


scdensity documentation built on Sept. 12, 2024, 7:35 a.m.