powered by
CDF of ecd, integration of PDF from -Inf (or a point of choice) to x
-Inf
x
ecd.cdf( object, x, from.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
Logical. If TRUE, use cumulative method for large array. Default to FALSE. Use it with a scalar from.x.
TRUE
from.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 CDF
# NOT RUN { d <- ecd() x <- seq(-10, 10, by=1) ecd.cdf(d,x) ecd.cdf(d,1, from.x = -1) # }
Run the code above in your browser using DataLab