pChern {ChernoffDist}R Documentation

Cumulative distribution function of Chernoff's distribution

Description

Computes the CDF of Chernoff's distribution.

Usage

pChern(q)

Arguments

q

evaluation point of the distribution function.

Value

The function returns Chernoff's distribution function evaluated at q.

Examples

pChern(0)

[Package ChernoffDist version 0.1.0 Index]