quantile {bde}R Documentation

Quantile

Description

Quantile function for the given bounded density object.

Arguments

x

A bounded density estimator. See all the accepted classes here by running the command getSubclasses("BoundedDensity").This parameter is named x instead of .Object to agree with other already defined density methods.

p

Vector of probabilities

Methods

quantile(x,p)

[Package bde version 1.0.1.1 Index]