fast (version 0.64)

fast_parameters: Generate a parameter set for the FAST method

Description

This function generates an array of parameters for the FAST method.

Usage

fast_parameters(minimum, maximum, names=paste(sep="", "P", 1:n), factor=1,logscale=rep(FALSE, n), cukier=TRUE, reorder=1:n)

Arguments

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
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

Value

An array of dimension c(min_number_of_runs, n)

See Also

fast_parameters

Examples

Run this code
paras<-fast_parameters(minimum=c(0,0,0),maximum=c(1,2,2))

Run the code above in your browser using DataLab