Description Usage Arguments Value Examples
Creates a matrix where each column represents a sampled CDF from the provided BSP
1 | bspSampling(bsp, reps = 10000)
|
bsp |
Any bsp object |
reps |
Number of samples to draw, default 10000 |
A matrix. Each column can be plotted against the BSP's support to view a sampled CDF from the BSP. Rownames are the support point for that row. Use samplesAt to get extract sampled distribution at single point
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.