fast_parameters {fast}R Documentation

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:NROW(minimum)),factor=1,logscale=rep(FALSE, NROW(minimum)), cukier=TRUE )

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

Value

An array of dimension c(min_number_of_runs, n)

Author(s)

Dominik Reusser

See Also

fast_parameters

Examples

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

[Package fast version 0.51 Index]