source: doc/theses/mike_brooks_MMath/plots/list-mchn-szz.py

Last change on this file was d1ccc57, checked in by Michael Brooks <mlbrooks@…>, 7 days ago

adjust list plot analysis making drilling independent from marginalizing/conditioning

fix physical-effect histograms (by providing right arguments on above knobs) to be completely unconditional (which they always claimed to be). difference is noticeable but not story-affecting.

  • Property mode set to 100644
File size: 291 bytes
RevLine 
[6767f27]1import pandas as pd
2import numpy as np
3import os
4import sys
5
6sys.path.insert(0, os.path.dirname(__file__))
7from ListCommon import *
8
[17f2a7f4]9printHistos(
[6767f27]10 tgtMovement = 'all',
11 tgtPolarity = 'all',
12 tgtAccessor = 'all',
[d1ccc57]13 drillOn=['machine', 'SizeZone'],
14 marginalizeOn=explanations )
Note: See TracBrowser for help on using the repository browser.