|
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
|
| Rev | Line | |
|---|
| [6767f27] | 1 | import pandas as pd
|
|---|
| 2 | import numpy as np
|
|---|
| 3 | import os
|
|---|
| 4 | import sys
|
|---|
| 5 |
|
|---|
| 6 | sys.path.insert(0, os.path.dirname(__file__))
|
|---|
| 7 | from ListCommon import *
|
|---|
| 8 |
|
|---|
| [17f2a7f4] | 9 | printHistos(
|
|---|
| [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.