Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 966 Bytes

File metadata and controls

15 lines (13 loc) · 966 Bytes

Library architecture

ArviZ is organized in modules (the folders in arviz directory). The main 3 modules are data, plots and stats. Then we have 3 more folders. The tests folder contains tests for all these 3 modules.

The static folder is only used to store style and CSS files to get HTML output for InferenceData. Finally we have the wrappers folder that contains experimental (not tested yet either) features and interacts closely with both data and stats modules.

In addition, there are some files on the higher level directory: utils.py, sel_utils.py, rcparams.py and labels.py.