|
Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | smoo02 | |
Description: | Kernel density estimation (by WARPing). | |
Download: | smoo02.xpl |
library("smoother") library("plot") setsize(640,480) ; netinc=read("nicfoo") netinc=netinc[,1] h=(max(netinc)-min(netinc))*0.15 fh=denest(netinc,h) ; fh=setmask(fh,"line") plot(fh) tl="Density Estimate" xl="netincome" yl="density fh" setgopt(plotdisplay,1,1,"title",tl,"xlabel",xl,"ylabel",yl)
Subject: | XploRe: Learning Guide |
See XploRe: |