fast_parameters: Generate a parameter set for the FAST method

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
2
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)

Author(s)

Dominik Reusser

See Also

fast_parameters

Examples

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

Example output

Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

fast documentation built on May 2, 2019, 5:56 a.m.