Description Usage Arguments Details Value Examples
View source: R/f3.rbsb4.code.r
This function returns the cumulative probability distribution
function of an /empirical/ object. That is returns the coordinates of
points defining this function. Be aware that the calculus is made
numerically, which is not the case for pempirical, so better
use it.
| 1 | density2cumulative(empi, N=1000)
 | 
| empi | The  | 
| N | The number of steps for the curve all around the range of the random variable. | 
N must be understood as a simple way to give the level of
precision the user wants to see apply for the returned curve.
A matrix with two columns x,y.
| 1 2 |  rbsb3k("RESET"); # for R checking compliance (useless)
 density2cumulative(new("empirical"));
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.