dclaw {ftnonpar}R Documentation

The Claw Distribution

Description

Generates a sample from the claw distribution.

Usage

dclaw(x)

Arguments

x

Vector of points where the claw density is evaluated.

Author(s)

Arne Kovac A.Kovac@bristol.ac.uk

References

Marron, J. S. and Wand, M. P. (1992) Exact mean integrated squared error

See Also

rclaw

Examples

plot(dclaw(seq(-3,3,len=1000)),ty="l")

[Package ftnonpar version 0.1-88 Index]