From 0908dd7788dc01d8a7f517393b3662ebd5517199 Mon Sep 17 00:00:00 2001 From: EddieCueto Date: Sun, 15 Oct 2017 12:36:19 -0500 Subject: [PATCH] Initial commit --- .gitattributes | 2 + .idea/misc.xml | 4 + .idea/modules.xml | 8 + .idea/sim_bin_tree.iml | 12 + .idea/vcs.xml | 6 + .idea/workspace.xml | 239 +++++++ LICENSE | 674 ++++++++++++++++++ README.md | 1 + __pycache__/makeTree.cpython-36.pyc | Bin 0 -> 2290 bytes __pycache__/mcMatrix.cpython-36.pyc | Bin 0 -> 1313 bytes __pycache__/totalVariationNorm.cpython-36.pyc | Bin 0 -> 1301 bytes makeTree.py | 164 +++++ makeTree.pyc | Bin 0 -> 2736 bytes mcBinTree.py | 116 +++ mcMatrix.py | 87 +++ mcSim.py | 41 ++ oneRunMC.py | 118 +++ totalVariationNorm.py | 66 ++ 18 files changed, 1538 insertions(+) create mode 100644 .gitattributes create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/sim_bin_tree.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 LICENSE create mode 100644 README.md create mode 100755 __pycache__/makeTree.cpython-36.pyc create mode 100755 __pycache__/mcMatrix.cpython-36.pyc create mode 100755 __pycache__/totalVariationNorm.cpython-36.pyc create mode 100755 makeTree.py create mode 100755 makeTree.pyc create mode 100755 mcBinTree.py create mode 100755 mcMatrix.py create mode 100755 mcSim.py create mode 100755 oneRunMC.py create mode 100755 totalVariationNorm.py diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eba1110 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..dc42e37 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..11ca388 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/sim_bin_tree.iml b/.idea/sim_bin_tree.iml new file mode 100644 index 0000000..6f63a63 --- /dev/null +++ b/.idea/sim_bin_tree.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..dc9ce9c --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +