summaryrefslogtreecommitdiffstats
path: root/experiments/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'experiments/README.txt')
-rw-r--r--experiments/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/experiments/README.txt b/experiments/README.txt
index 13e0d3d..a3f2e22 100644
--- a/experiments/README.txt
+++ b/experiments/README.txt
@@ -14,9 +14,9 @@ Description of the files
* process.py: simple loop to do an exhaustive search over a range of alpha
(time component) and delta (structural component). The likelihood (and a few
- other things) for each of the values is printed in the file "out.log".
-
- Takes on argument the name of .pickle file computed by build_network.py
+ other things) for each of the values is printed in the file "out.log".
+ Takes as argument the name of .pickle file computed by build_network.py
+ Prints columns as alpha, delta, beta, #roots, likelihood
* plot3d.py: code to obtain a 3d plot of the log likelihood as a function of
alpha and delta. Can also be easily modified to obtain 2d plots along
@@ -36,5 +36,5 @@ will be working with an outdated version of ml.so!
How to compile? A Makefile is provided. If using make on MacOS is too
complicated, it is also possible to compile .pyx files using python distutils
(which I would assume is more standard on MacOS). This only requires distutils
-and a simple setup.pu file. More details here:
+and a simple setup.py file. More details here:
http://docs.cython.org/src/reference/compilation.html#configuring-the-c-build