kakizawaB3 | R Documentation |
KakizawaB3
generator methodUser friendly constructor method for KakizawaB3
objects.
kakizawaB3(dataPoints, estimator=NULL,m=round(length(dataPoints)^(2/5)), dataPointsCache=NULL, lower.limit = 0, upper.limit = 1)
dataPoints |
a numeric vector containing data samples within the |
estimator |
A bounded density estimator. See all the accepted classes here with getSubclasses("BoundedDensity"). If no estimator is provided here (default value = NULL), a Muller94BoundaryKernel estimator with default parameters and the same dataPoints as those give for the Kakizawa estimator is used. |
m |
a integer value indicating the order of the polynomial approximation. |
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 |
See KakizawaB3
class for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.