NSR {AsyK} | R Documentation |
Calculate Bandwidth proposed by Silverman for non-normal data.
NSR(y)
y |
a numeric vector of positive values. |
h
Javaria Ahmad Khan, Atif Akbar.
Silverman, B. W. 1986. Density Estimation. Chapman & Hall/ CRC, London.
y <- rexp(10, 1)
NSR(y)