| muller94BoundaryKernel {bde} | R Documentation | 
Muller94BoundaryKernel generator method
Description
User friendly constructor method for Muller94BoundaryKernel objects.
Usage
muller94BoundaryKernel(dataPoints, mu=1, b=length(dataPoints)^(-2/5), 
                        dataPointsCache=NULL, lower.limit = 0, 
                        upper.limit = 1)
Arguments
| dataPoints | a numeric vector containing data samples within the  | 
| mu | a integer value indicating the degree of smoothness for the boundary kernel.  | 
| b | the bandwidth of the kernel estimator | 
| dataPointsCache | a numeric vector containing points within the  | 
| 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 Muller94BoundaryKernel class for more details.