rclaw(n)
dclaw(x)
pclaw(q)
random samples (rclaw), density (dclaw) or probaility (pclaw) of the claw distribution
The claw distribution is a normal mixture distribution, introduced in Marron & Wand (1992).
Marron, J.S. & Wand, M.P. (1992). Exact Mean Integrated Squared Error. The Annals of Statistics, 20(2), 712--736.
# Plot the claw density on the interval [-3,3] x <- seq(from=-3, to=3, length=500) plot(x, dclaw(x), type="l")