Using results stored in the database, calculates A-Test scores for all measure-parameter pairs in a robustness analysis experiment
1 2 3 | generate_robustness_analysis(dblink, parameters, measures, baseline,
experiment_id = NULL, experiment_date = NULL,
experiment_description = NULL)
|
dblink |
A link to the database in which this table is being created |
parameters |
Simulation parameters being examined |
measures |
Simulation output responses |
baseline |
Baseline/Calibrated value for each of the parameters |
experiment_id |
Experiment ID for the results being added. May be NULL if description and date specified |
experiment_date |
Date experiment created. May be NULL if adding by experiment ID |
experiment_description |
A description of this experiment. May be NULL if adding by experiment ID |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.