dMarronWand | R Documentation |
Returns ordinates of a member of the family of Normal Mixture density functions devised in Marron and Wand (1992).
dMarronWand(x,densNum,drv)
x |
Vector of abscissae values. |
densNum |
An integer between 1 and 15 that specifies the density function according to Table 1 of Marron and Wand (1992). |
drv |
Either -1,0,1,2 depending on the order of the derivative required, with |
Matt P. Wand matt.wand@uts.edu.au
Marron, J.S. and Wand, M.P. (1992). Exact mean integrated squared error. The Annals of Statistics, 20, 712-736.
library(densEstBayes)
xg <- seq(-3,3,length = 1001)
densg <- dMarronWand(xg,8)
plot(xg,densg,type = "l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.