hirukawaTSKernel | R Documentation |
HirukawaTSKernel
generator methodUser friendly constructor method for HirukawaTSKernel
objects.
hirukawaTSKernel(dataPoints, c, b=length(dataPoints)^(-2/5), dataPointsCache=NULL, modified = FALSE, lower.limit = 0, upper.limit = 1)
dataPoints |
a numeric vector containing data samples within the |
c |
a numeric value between 0 and 1. This parameter is used in the TS approximation as a smoothing parameter |
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 |
See HirukawaTSKernel
class for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.