This method takes results mined from a database (like spartanDB produces) and analyses the impact that a change in a single parameter value has had on simulation response. This is performed by comparing the distribution of responses for a perturbed parameter condition with the distribution under baseline/calibrated conditions. This produces a A-Test statistics that are returned for storing in the results database by the spartanDB package.
oat_csv_result_file_analysis_from_DB(db_results, parameters, baseline,
measures, PMIN, PMAX, PINC)
Set of experimental results from a mysql database
Simulation parameters of interest
Baseline/Calibrated values for each of those parameters
Simulation output responses
Minimum value of each of the parameters in sampling
Maximum valuer of each of the parameters in sampling
Increment value applied in sampling
A-Test scores for all parameter values and measure pairings