gen_wavydims1 | R Documentation |
This function generates random noise dimensions by adding wavy patterns.
gen_wavydims1(n = 500, p = 4, theta = seq(pi/6, 12 * pi/6, length.out = 500))
n |
A numeric value (default: 500) representing the sample size. |
p |
A numeric value (default: 4) representing the number of dimensions. |
theta |
A numeric vector representing the nonlinearity along each dimensions. |
A data containing the generated random noise dimensions.
set.seed(20240412)
gen_wavydims1(n = 500, p = 4, theta = seq(pi / 6, 12 * pi / 6, length.out = 500))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.