circ.boot.sample {HDiR} | R Documentation |
Bootstrap samples from a circular kernel estimator
Description
This function generates bootstrap samples from a circular kernel estimator.
Usage
circ.boot.sample(sample, n, bw)
Arguments
sample |
Numeric vector containing the sample of angles in radians determining a set of points on the unit circle. |
n |
Sample size to be generated. |
bw |
Bandwidth parameter. |
Value
A numeric vector containing a bootstrap sample of angles in radians of size n
.
Author(s)
Paula Saavedra-Nieves and Rosa M. Crujeiras.
[Package HDiR version 1.1.3 Index]