Description Usage Arguments Value Examples
Extract distribution at select point
1 |
samples |
The samples produced by bspSampling() |
time |
The spot on the support at which you would like to examine the distribution |
A vector of samples drawn from that point on the support
1 2 3 | bsp=bsp(1:3, c(.2,.5,.8), 3)
samples=bspSampling(bsp)
marginal = sampleAt(samples, 2.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.