boundedDensity {bde} | R Documentation |
BoundedDensity
generator method
Description
User friendly constructor method for BoundedDensity
objects.
Usage
boundedDensity(x,densities,lower.limit=0,upper.limit=1)
Arguments
x |
a numeric vector containing data samples within the |
densities |
a numeric vector containing the density for each point in |
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 BoundedDensity
class for more details.
[Package bde version 1.0.1.1 Index]