
Last chance! 50% off unlimited learning
Sale ends in
Complementary CDF of ecd, integration of PDF from x
to Inf
ecd.ccdf(object, x, to.x = Inf, piece.wise = FALSE, f = NULL, verbose = FALSE)
An object of ecd class
A numeric vector of x
A value or a vector of starting x
, default Inf
This is for internal use only.
Logical. If TRUE
, use cumulative method for large array.
Default to FALSE.
Use it with a scalar to.x
.
an optional extension to perform integral on function other than 1. This is for internal use only. You should use the respective wrappers.
logical, display timing information, for debugging purpose.
The CCDF
# NOT RUN {
d <- ecd()
x <- seq(0, 10, by=1)
ecd.ccdf(d,x)
# }
Run the code above in your browser using DataLab