Function to fit a given DDRep to a given DDModel
Fit_DDModel( model = NULL, data = NULL, DL_model = NULL, DL_scale = list(INPUT = list(Center = FALSE, Stddev = FALSE), OUTPUT = list(Center = FALSE, Stddev = FALSE)), grid_path = NULL, trials = 10000L, s_sampling = FALSE, simplex_struc = c(0L), simplex_coef = list(alpha = 1, beta = 0.5, gamma = 2, sigma = 0.5, tol = 1e-07, nfunc = 120L, nshrink = 3L) )
model |
|
---|---|
data |
|
DL_model | (optional) |
DL_scale | (optional) |
grid_path | (optional) |
trials |
|
s_sampling |
|
simplex_struc |
|
simplex_coef |
|
DDFit
object
This is a rather complex function that is very flexible depending on your input!
Exclude all optional parameters
Specify a grid_path
Specify DL_model and DL_scale