Description Usage Arguments Details Value Author(s) Examples
Generates a sample from a uniform distribution on a hypercube, the faces of a hypercube or the “edges” of a hyper cube.
1 2 3 | hyperCube(Ns, n, side = 1)
hyperCubeFaces(Ns, n)
hyperCubeEdges(Ns, d, n)
|
Ns |
number of data points. |
d |
dimension of edges. |
n |
dimension of the hypercube. |
side |
the length of the side of the hyper cube. |
The hypercube is [0,1]^n. The edges of dimension d
of the
hypercube are the d
-dimensional boundaries of the hypercube. The
hypercube faces are the hyper cube edges of dimension n-1
.
A Ns
by n
matrix.
Kerstin Johnsson, Lund University.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.