cubic_5D | R Documentation |
The dataset is simulated from the following function
f(x) = 10 - (x_1-1.5)^2 - (x_2-2)^2 - (x_3-2.5)^2 - (x_4-3)^2- (x_5-3.5)^2 + 0.1 x_1^3 - 0.1 x_2^3 - 0.1 x_3^3 - 0.1 x_4^3 - 0.1 x_5^3 + x_2 x_4 - x_3 x_4
defined in the region R = { 0 <= x_i <= 5, for i = 1, ..., 5}, with its maximum at (2.28, 2.44, 1.02, 2.65, 2.54). The sample locations are generated via a Hyper Latin Square (HLS) design within R, and the noisy level is sigma = 2.
cubic_5D
A list consisting of 2 components:
300 design points generated by a HLS design within R
300 noisy responses simulated at the design points with sigma = 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.