Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.52 KB

visualization.rst

File metadata and controls

60 lines (33 loc) · 1.52 KB

Visualization and analysis

Overview

pyABC offers a variety of routines to visualize and analyze results. Usage examples are given in the Examples section<examples>. An overview of all plotting routines can be found in the Visualization API documentation <api_visualization>. Further, functions to correctly extract statistics, in particular on importance samples obtained via ABCSMC, can be found in the Weighted statistics API documentation <api_weightedstatistics>.

Web-based visualizations

Further, pyABC comes with a web server, which displays lots of useful information on the currently running and already completed ABC tasks. You can launch it from the command line with

abc-server <databasename>

It opens per default a web server on port 5000.

You should see something similar to the following:

image

Via "Go to ABC Run List", you can see all running and finished ABC runs, which you can then inspect in more detail.

You can get overviews over the models:

image

Information about individual model parameters for each model and time point is also displayed:

image

Type in the command line

abc-server --help

To get more information on available options, such as selecting another port:

abc-server --port=8888 <databasename>