Learn R Programming

ftnonpar (version 0.1-88)

dclaw: 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.

References

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

See Also

rclaw

Examples

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

Run the code above in your browser using DataLab