Description Usage Arguments Author(s) Examples
Sample from the 2-sphere in d-dimensions.
1 | badmf.sims.2sphere(n, r, d, cov.scale = 0)
|
n |
the number of samples. |
r |
the radius of the 2-ball. Defaults to |
d |
the number of dimensions. |
cov.scale |
if desired, sample from 2-ball with error sigma. Defaults to |
Eric Bridgeford
1 2 3 | library(badmf)
# sample 100 points from 3-d 2-ball with radius 2
X <- badmf.sims.rball(100, 3, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.