Multivariate kernel density estimation: Difference between revisions

Content deleted Content added
Drleft (talk | contribs)
m Updated R commands in Section "Density estimation with a full bandwidth matrix"
Line 117:
H <- Hpi(x=faithful)
fhat <- kde(x=faithful, H=H)
plot(fhat, display="filled.contour2contour", drawpoints=TRUE, cex=0.5, pch=16, col.pt=1)
points(faithful, cex=0.5, pch=16)
</syntaxhighlight>