Learn R Programming

AsyK (version 1.5.5)

NSR: Bandwidth Calculation.

Description

Calculate Bandwidth proposed by Silverman for non-normal data.

Usage

NSR(y)

Value

h

Arguments

y

a numeric vector of positive values.

Author

Javaria Ahmad Khan, Atif Akbar.

References

Silverman, B. W. 1986. Density Estimation. Chapman & Hall/ CRC, London.

Examples

Run this code
y <- rexp(10, 1)
 NSR(y)

Run the code above in your browser using DataLab