vitale {bde} | R Documentation |
Vitale
generator method
Description
User friendly constructor method for Vitale
objects.
Usage
vitale(dataPoints, m=round(length(dataPoints)^(2/5)), dataPointsCache=NULL,
lower.limit = 0, upper.limit = 1)
Arguments
dataPoints |
a numeric vector containing data samples within the |
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 |
Details
See Vitale
class for more details.