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 [lower.limit,upper.limit] interval.

densities

a numeric vector containing the density for each point in x

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 [lower.limit,upper.limit] interval

Details

See BoundedDensity class for more details.


[Package bde version 1.0.1.1 Index]