| ecd.cdf | R Documentation | 
CDF of ecd, integration of PDF from -Inf (or a point of choice) to x
ecd.cdf( object, x, from.x = -Inf, piece.wise = FALSE, f = NULL, verbose = FALSE )
| object | An object of ecd class | 
| x | A numeric vector of  | 
| from.x | A value or a vector of starting  | 
| piece.wise | Logical. If  | 
| 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. | 
The CDF
Stephen H. Lihn
d <- ecd() x <- seq(-10, 10, by=1) ecd.cdf(d,x) ecd.cdf(d,1, from.x = -1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.