Description Usage Arguments Value Examples
Univariate CDF estimation - plot
1 | un.cdf.plot(RVa, grid_size)
|
RVa |
Vector: Realizations of a random variable |
grid_size |
Scalar : The size of the grid on which the plot will be made. |
Returns the CDF estimate across the grid.
1 2 | OBJ = un.cdf.plot(RVa = rnorm(10000), grid_size = 1000)
OBJ$Plot
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.