generate_robustness_set_in_db: Generate robustness analysis sample and store in database

Description Usage Arguments

Description

Generates a set of parameters for execution in simulation to permit a robustness analysis. These parameters are stored in the database, either for a given experiment ID created previously, or a new experiment is created in the database

Usage

1
2
3
generate_robustness_set_in_db(dblink, parameters, baseline, minvals,
  maxvals, incvals, experiment_id = NULL,
  experiment_description = NULL, experiment_date = Sys.Date())

Arguments

dblink

A link to the database in which this table is being created

parameters

The parameters of the simulation that are being analysed

baseline

The calibrated value of each parameter being analysed

minvals

The minimum value of the range to explore for each parameter

maxvals

The maximum value of the range to explore for each parameter

incvals

The sampling increment value to apply to each parameter between the minimum and maximum limits

experiment_id

The ID of the experiment in the database, if not a new experiment. If NULL an experiment ID will be created

experiment_description

A description of this experiment, if a new experiment is being created

experiment_date

Date experiment created. Defaults to today's date if not entered


kalden/spartanDB documentation built on May 15, 2019, 12:02 p.m.