Description Usage Arguments Value Examples
Simulate from the 'Friedman #3' regression problem.
1 | SimFriedman3(N, sigma, seed = NULL)
|
N |
Number of data points to simulate. Positive integer. |
sigma |
Noise level for Gaussian noise. Must be postive. |
seed |
seed for RNG (default = NULL). |
list(x = x, y = y)
1 2 3 | N = 100
sigma = 0.1
SimFriedman3(N, sigma)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.