| Subject: | XploRe: Learning Guide |
| See XploRe: |
| Quantlet: | smoo05 | |
| Description: | Interactive density bandwidth selection. | |
| Download: | smoo05.xpl |
library("smoother")
library("plot")
setsize(500,500)
;
netinc=read("nicfoo")
netinc=netinc[,1]
tmp=denbwsel(netinc)
| Subject: | XploRe: Learning Guide |
| See XploRe: |