dChern {ChernoffDist}R Documentation

Density function of Chernoff's distribution

Description

Computes the density of Chernoff's distribution.

Usage

dChern(x)

Arguments

x

evaluation point of the density.

Value

The function returns Chernoff's density evaluated at x.

Examples

dChern(0)

[Package ChernoffDist version 0.1.0 Index]