generate_medians_for_param_set: Generate the median responses for a set of parameter values

Description Usage Arguments Value

Description

Generate the median responses for a set of parameter values

Usage

1
2
3
generate_medians_for_param_set(SAMPLEFILEPATH, NUMRUNSPERSAMPLE, MEASURES,
  RESULTFILENAME, ALTERNATIVEFILENAME, OUTPUTCOLSTART, OUTPUTCOLEND,
  EXP_PARAMS, PARAMETER, PARAM_VAL)

Arguments

SAMPLEFILEPATH

Path to the results currently being analysed (parameter and value)

NUMRUNSPERSAMPLE

The number of runs performed for each parameter subset. This figure is generated through Aleatory Analysis

MEASURES

Array containing the names of the output measures which are used to analyse the simulation

RESULTFILENAME

Name of the simulation results file. In the current version, XML and CSV files can be processed. If performing this analysis over multiple timepoints, it is assumed that the timepoint follows the file name, e.g. trackedCells_Close_12.csv.

ALTERNATIVEFILENAME

In some cases, it may be relevant to read from a further results file if he initial file contains no results. This filename is set here.

OUTPUTCOLSTART

Column number in the simulation results file where output begins - saves (a) reading in unnecessary data, and (b) errors where the first column is a label, and therefore could contain duplicates.

OUTPUTCOLEND

Column number in the simulation results file where the last output measure is. Only required if running the first method.

EXP_PARAMS

Set of the value of all parameters being examined

PARAMETER

Name of the parameter currently being analysed

PARAM_VAL

Value of the parameter currently being analysed

Value

parameter set with median responses for all values


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