prepare_parameter_value_list: Prepares the parameter value list, as either an interval...

Description Usage Arguments

Description

When iterating through parameter values, we need to do a bit of prep, as there are two ways these values can be specified (increment and specified in a list). This returns a list of the values for both specifications, so these can be iterated through without issue

Usage

1
prepare_parameter_value_list(PMIN, PMAX, PINC, PARAMVALS, PARAM_OF_INT)

Arguments

PMIN

Vector of the minimum values for each parameter

PMAX

Vector of the maximum values for each parameter

PINC

Vector of the sample increment value for each parameter

PARAMVALS

Vector of the sampling values specified for each parameter, rather than an incremental sequence

PARAM_OF_INT

The current parameter being analysed


kalden/spartan documentation built on May 31, 2019, 11:52 p.m.