analyse_and_add_emulated_lhc_to_db: Take a set of emulated lhc experiments, add to database, and...

Description Usage Arguments

Description

Take a set of emulated lhc experiments, add to database, and run required LHC analysis

Usage

1
2
3
4
5
analyse_and_add_emulated_lhc_to_db(dblink, parameter_value_set, emulator,
  parameters, measures, measure_scale = NULL, experiment_id = NULL,
  experiment_description = NULL, experiment_date = Sys.Date(),
  graph_results = FALSE, output_directory = NULL,
  normalise_sample = FALSE)

Arguments

dblink

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

parameter_value_set

Set of parameters used in the experiment. Expects an R object generated by spartan

emulator

Emulator or ensemble object to use to generate predictions in place of original simulation generated by spartan method emulate_efast_sampled_parameters

parameters

The parameters of the simulation that are being analysed

measures

The measures of the simulation that are being assessed

measure_scale

The scale in which each of the outputs is measured. Used for plotting. Can be NULL if no plot is required

experiment_id

Experiment ID for the results being added. May be NULL if description and date specified

experiment_description

A description of this experiment. May be NULL if adding by experiment ID

experiment_date

Date experiment created. May be NULL if adding by experiment ID

graph_results

Whether analysis should be plotted once complete

output_directory

If graph_results is TRUE, where analysis should be plotted to on the file system

normalise_sample

Whether the generated sample being used to make predictions should be normalised prior to input into simulator


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