Description Usage Arguments Value Author(s) See Also Examples
This function generates an array of parameters for the FAST method.
1 2 |
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 |
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 |
reorder |
A vector of indices that allows to use a different order for the parameters. This is important to check effects of the sampling scheme on results |
An array of dimension c(min_number_of_runs, n)
Dominik Reusser
1 | paras<-fast_parameters(minimum=c(0,0,0),maximum=c(1,2,2))
|
Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.