generate_efast_set_in_db: Generate eFAST analysis sample and store in database

Description Usage Arguments

Description

Generates a set of parameters for execution in simulation to permit an eFAST analyis. 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_efast_set_in_db(dblink, parameters, num_samples, minvals, maxvals,
  num_curves, 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

num_samples

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

minvals

The minimum value of the range to explore for each parameter

maxvals

The maximum value of the range to explore for each parameter

num_curves

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

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.