Learn R Programming

bda (version 3.1.3-2)

pcb: To compute the pointwise confidence bands.

Description

To compute the pointwise confidence bands.

Usage

pcb(x, level=0.95,...)

Arguments

x
An R object or a vector of numeric values.
level
The confidence coefficient. Default: 0.95.
...
Controls

References

Wang, B. and Wertelecki, W. (2012) Density Estimation for Data With Rounding Errors. Computational Statistics and Data Analysis, (in press), doi: 10.1016/j.csda.2012.02.016.

See Also

edf.

Examples

Run this code
x = rnorm(30, 34.5, 1.5)
pcb(x)

Run the code above in your browser using DataLab