Learn R Programming

scdensity (version 1.0.3)

getQuantile: 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)

Value

The estimated quantile.

Arguments

x

The abscissa values of the pdf

y

The ordinate values of the pdf

p

The probability at which to evaluate the quantile.