getQuantileFunction {scdensity}R Documentation

Build a quantile function for a given constrained density estimator.

Description

This function implements a crude but numerically reliable method to approximate the quantile function of an scdensity estimate.

Usage

getQuantileFunction(x)

Arguments

x

An object of S3 class scdensity.

Value

A function that takes a fraction and returns the quantile.


[Package scdensity version 1.0.3 Index]