Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


ecd (version 0.9.2.4)

ecd.ccdf: Complementary CDF of ecd

Description

Complementary CDF of ecd, integration of PDF from x to Inf

Usage

ecd.ccdf(object, x, to.x = Inf, piece.wise = FALSE, f = NULL, verbose = FALSE)

Arguments

object

An object of ecd class

x

A numeric vector of x

to.x

A value or a vector of starting x, default Inf This is for internal use only.

piece.wise

Logical. If TRUE, use cumulative method for large array. Default to FALSE. Use it with a scalar to.x.

f

an optional extension to perform integral on function other than 1. This is for internal use only. You should use the respective wrappers.

verbose

logical, display timing information, for debugging purpose.

Value

The CCDF

Examples

Run this code
# NOT RUN {
d <- ecd()
x <- seq(0, 10, by=1)
ecd.ccdf(d,x)
# }

Run the code above in your browser using DataLab