CDF(f, ...)
"CDF"(f, ..., warn = TRUE)
"density"
).
f
had to be renormalised because it
was computed in a restricted interval.
CDF
is generic, with a method for class "density"
.
This calculates the cumulative distribution function
whose probability density has been estimated and stored in the object
f
. The object f
must belong to the class "density"
,
and would typically have been obtained from a call to the function
density
.
density
,
quantile.density
b <- density(runif(10))
f <- CDF(b)
f(0.5)
plot(f)
Run the code above in your browser using DataLab