BrVitale
generator methodUser friendly constructor method for BrVitale
objects.
brVitale(dataPoints, m=round(length(dataPoints)^(2/5)), M=NULL, dataPointsCache=NULL,
lower.limit = 0, upper.limit = 1)
a numeric vector containing data samples within the [lower.limit,upper.limit]
interval. These data samples are used to obtain the kernel estimator
a integer value indicating the order of the polynomial approximation. m
must take values greater than 0
a numeric value indicating the parameter for bias reduction, with m > M
. If M=NULL
, the value m/2
, which leads to optimal MISE (mean integrated squared error) properties, is taken as default
a numeric vector containing points within the [lower.limit,upper.limit]
interval. These points are used for convenience to cache density and distribution values. If dataPointsCache=NULL
the values are initialized to a sequence of 101 equally spaced values from lower.limit
to upper.limit
a numeric value for the lower limit of the bounded interval for the data
a numeric value for the upper limit of the bounded interval for the data. That is, the data is with the [lower.limit,upper.limit]
interval