add_efast_sim_results_from_csv_files | Adds a set of results to the database for a given eFAST... |
add_emulated_lhc_to_db | Takes an emulated LHC experiment and adds the parameter sets... |
add_emulator_performance_stats_to_db | Adds emulator performance stats to the database for retrieval... |
add_ensemble_performance_stats_to_db | Add performance statistics for the ensemble to the database |
add_existing_efast_sample_to_database | Adds a previously generated eFAST sample to the database,... |
add_existing_lhc_sample_to_database | Adds a previously generated LHC sample to the database,... |
add_existing_robustness_sample_to_database | Adds a previously generated robustness sample to the... |
add_lhc_and_robustness_sim_results | Adds a set of results to the database for a given LHC or... |
add_parameter_set_to_database | Add a generated parameter set to the database |
add_prcc_values_to_db | Adds a set of PRCC values for an LHC experiment to the... |
add_replicate_runs_to_database | Adds replicate runs to the database for a given experiment ID |
analyse_and_add_emulated_efast_to_db | Take a set of emulated efast experiments, add to database,... |
analyse_and_add_emulated_lhc_to_db | Take a set of emulated lhc experiments, add to database, and... |
build_emulators_from_db_data | Takes a partitioned data set and uses spartan to generate the... |
check_experiment_and_parameters_exist_for_adding_results | When adding results to the database, checks that an... |
check_experiment_id | Creates a new experiment ID if one not specified, and checks... |
check_parameter_sets_exist_for_given_experiment_id | Determines whether parameters have been added for a given... |
construct_range_info_vectors | To save having to input min, max, and inc values for the... |
create_analysed_results_table | Creates database table that stores analysed results for all... |
create_database_structure | Creates all required databases for storing experiments using... |
create_emulators_from_database_experiments | Takes a list of database experiment ID's and creates... |
create_experiments_table | Creates database table that stores link to each experiment |
create_field_string | Creates the mySQL string to create columns for each... |
create_parameter_field_string | Creates the mySQL string to find a record where parameters... |
create_parameter_values_table | Creates database table that stores all generated parameter... |
create_simulation_results_table | Creates database table that stores results for all parameter... |
create_stats_table | Adds a table for the spartan generated statistics for each... |
delete_analysed_results_table | Remove the analysed results table from the database, if this... |
delete_database_structure | Remove all tables from the database |
delete_experiment_table | Remove the experiments table from the database, if this... |
delete_parameters_table | Remove the parameters table from the database, if this exists |
delete_results_table | Remove the results table from the database, if this exists |
delete_statistics_table | Remove the statistics table from the database, if this exists |
download_sample_as_csvfile | Download a generated sample from the database as a CSV file |
generate_efast_analysis | From the results stored in a mysql database, produce summary... |
generate_efast_set_in_db | Generate eFAST analysis sample and store in database |
generate_emulators_and_ensemble_using_db | Takes a list of database experiment ID's, creates emulators... |
generate_lhc_analysis | Using results stored in the database, calculates partial rank... |
generate_lhc_set_in_db | Generate LHC analysis sample and store in database |
generate_robustness_analysis | Using results stored in the database, calculates A-Test... |
generate_robustness_set_in_db | Generate robustness analysis sample and store in database |
get_experiment_id | Return the experiment ID for a given experiment type, date,... |
get_parameter_set_id | Returns the ID of a parameter set, using the experiment ID... |
graph_efast_analysis | Mine the DB for an eFAST experiment and plot the results |
graph_lhc_analysis | Take LHC experiment from database and produce plots of the... |
graph_robustness_analysis | Function to retrieve robustness results from the database and... |
ppsim_lhc_results | Latin-hypercube example summary file showing parameters... |
ppsim_robustness_results | Robustness example parameter sample file, with simulation... |
ppsim_robustness_set | Robustness example parameter sample file |
pregenerated_efast_set | eFAST example parameter sample |
pregenerated_lhc | Latin-hypercube parameter value set to demonstrate storage of... |
record_partitioned_data_measures_to_db | Takes the partitioned output measures values data and stores... |
record_partitioned_data_parameters_to_db | Takes the partitioned parameter values data and stores this... |
regenerate_emulators_from_db_data | Takes a previous emulator generation experiment stored in the... |
remove_errored_new_experiment_from_db | Used when creating a new experiment for a new sample, yet an... |
retrieve_abc_experiment_for_plotting | Retrieve posteriors from database and produce density plots |
retrieve_parameter_of_interest | For a given parameter set in the database, retrieve the... |
retrieve_validation_set_from_db_for_emulator | To demonstrate use of emulator, we return validation set from... |
set_new_experiment_flag | Sets the flag used to denote whether a new experiment was... |
setup_experiment | Setup a new experiment in the database, returning the... |
store_abc_experiment_in_db | Store an ABC experiment in the simulation database |
store_summary_experiment_result | Provides a means for storing the results of an experiment in... |
summarise_replicate_efast_runs | Summarise replicate runs of eFAST parameter sets into summary... |
summarise_replicate_lhc_runs | Summarise replicate runs of LHC parameter sets into summary... |
summarise_replicate_robustness_runs | Summarise replicate runs of robustness parameter sets into... |
use_emulators_to_make_and_store_predictions | Takes a set of parameters and uses a set of emulators to... |
use_ensemble_to_make_and_store_predictions | Takes a set of parameters and uses an ensemble of emulators... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.