boundedDensity-generator: 'BoundedDensity' generator method

boundedDensityR 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.


bde documentation built on June 10, 2022, 5:10 p.m.