getQuantile {scdensity}R 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.


[Package scdensity version 1.0.3 Index]