quantile: Quantile

quantileR 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)

bde documentation built on June 10, 2022, 5:10 p.m.

Related to quantile in bde...