qChern {ChernoffDist}R Documentation

Quantile function of Chernoff's distribution

Description

Computes the quantiles of Chernoff's distribution.

Usage

qChern(p)

Arguments

p

evaluation point of the quantile function.

Value

The function returns Chernoff's quantile function evaluated at p.

Examples

qChern(0.5)

[Package ChernoffDist version 0.1.0 Index]