Description Usage Arguments Details Author(s) Examples
Generates a sample from isotropic distributions in d
dimensions with
n
-dimensional noise added to it.
1 2 3 | hyperBall(Ns, d, n = d, sd = 0)
hyperSphere(Ns, d, n = d + 1, sd = 0)
isotropicNormal(Ns, d, n = d, sd = 0)
|
Ns |
number of points. |
d |
intrinsic dimension of the support of the distribution (the manifold.) |
n |
dimension of noise. |
sd |
standard deviation of noise. |
hyperBall
draws a sample from a uniform distribution on a hyper ball of
radius 1.
hyperSphere
draws a sample from a uniform distribution on a hypersphere
of radius 1.
isotropicNormal
draws a sample from a isotropic normal distribution with
identity covariance matrix.
Kerstin Johnsson, Lund University
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.