hirukawaJLNKernel {bde} | R Documentation |
HirukawaJLNKernel
generator method
Description
User friendly constructor method for HirukawaJLNKernel
objects.
Usage
hirukawaJLNKernel(dataPoints, b, dataPointsCache=NULL, modified = FALSE,
lower.limit = 0, upper.limit = 1)
Arguments
dataPoints |
a numeric vector containing data samples within the |
b |
the bandwidth of the kernel estimator |
dataPointsCache |
a numeric vector containing points within the |
modified |
if |
lower.limit |
a numeric value for the lower limit of the bounded interval for the data |
upper.limit |
a numeric value for the upper limit of the bounded interval for the data. That is, the data is with the |
Details
See HirukawaJLNKernel
class for more details.