Skip to content

Latest commit

 

History

History

core

Utilities for analyzing simulation output

Core functions

  • output_plot - Plot time-series simulation output from one or more replications using one of three approaches: superimposed, extremes or moving average.

  • stats_analyze - Analyze statistical summaries taken from simulation output.

  • stats_gather - Get statistical summaries taken from simulation outputs from multiple files. The exact statistical summaries depend on how the stats_get function is configured.

  • stats_get - This is a facade function for stats_get_* functions. These functions extract statistical summaries from simulation outputs from one file. The exact stats_get_* function to use is specified in the simoututils_stats_get_ global variable, set in the startup script when SimOutUtils is loaded. Two stats_get_* functions are included in this package:

    • stats_get_pphpc - Obtain the max, argmax, min, argmin, mean and std statistical summaries from simulation outputs given in a file (package default).

    • stats_get_iters - Obtain statistical summaries corresponding to output values at user-specified iterations from simulation outputs given in a file.