Learn R Programming

spartan (version 3.0.2)

generate_efast_parameter_sets: Use the eFAST approach to generate parameter sets

Description

Use the eFAST approach to generate parameter sets

Usage

generate_efast_parameter_sets(FILEPATH, NUMCURVES, NUMSAMPLES, PARAMETERS,
  PMIN, PMAX)

Arguments

FILEPATH

Directory where the parameter samples should be output to

NUMCURVES

The number of 'resamples' to perform (see eFAST documentation) - recommend using at least 3

NUMSAMPLES

The number of parameter subsets to generate - should be at least 65 for eFAST

PARAMETERS

Array containing the names of the parameters of which parameter samples will be generated. For eFAST, remember to add a parameter named 'Dummy'

PMIN

Array containing the minimum value that should be used for each parameter and the dummy. Sets a lower bound on sampling space

PMAX

Array containing the maximum value that should be used for each parameter and the dummy. Sets an upper bound on sampling space