distribution {bde} | R Documentation |
Cumulative Density Function (cdf)
Description
Distribution function for the given bounded density object
Arguments
.Object |
A bounded density estimator. See all the accepted classes here by running the command |
x |
Vector of points where the density function is evaluated. These points must be in the interval [ |
discreteApproximation |
Logical; if |
Details
If discreteApproximation
is not specified it assumes the default value TRUE
. When the distribution function is used with a BoundedDensity
object, discreteApproximation
value is and a discrete approximation is always obtained.
Methods
distribution(.Object,x,discreteApproximation=TRUE)
[Package bde version 1.0.1.1 Index]