fast_parameters {fast} | R Documentation |
This function generates an array of parameters for the FAST method.
fast_parameters(minimum, maximum, names=paste(sep="", "P", 1:NROW(minimum)),factor=1,logscale=rep(FALSE, NROW(minimum)), cukier=TRUE )
minimum |
Vector of lower boundaries for parameters |
maximum |
Vector of upper boundaries for parameters |
names |
A vector of parameter names. |
factor |
Create more values then the minimum requires. Passed to s |
logscale |
A vector of booleans indicating whether a parameter is varied on a logarithmic scale. In this case, minimum and maximum are exponents |
cukier |
boolean. Indicates wheter to use freq_cukier
or freq_mcrae82 |
An array of dimension c(min_number_of_runs, n)
Dominik Reusser
paras<-fast_parameters(minimum=c(0,0,0),maximum=c(1,2,2))