summaryrefslogtreecommitdiffstats
path: root/experiments/process.py
diff options
context:
space:
mode:
authorBen Green <ben@SEASITs-MacBook-Pro.local>2015-06-18 22:57:20 -0400
committerBen Green <ben@SEASITs-MacBook-Pro.local>2015-06-18 22:57:20 -0400
commit5aef644d674b73d6ba34c55b6147954b1a2a2535 (patch)
tree6eb34aa98871dc1d1caac2ec2685551ecc33e2ab /experiments/process.py
parent4ff5e31b715a62a2cc62a1a8f8beab6c4c2234d6 (diff)
downloadcriminal_cascades-5aef644d674b73d6ba34c55b6147954b1a2a2535.tar.gz
testing new model, realizing we may be getting optimal beta wrong
Diffstat (limited to 'experiments/process.py')
-rw-r--r--experiments/process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/experiments/process.py b/experiments/process.py
index a432dab..1b84d35 100644
--- a/experiments/process.py
+++ b/experiments/process.py
@@ -21,6 +21,6 @@ if __name__ == "__main__":
# fh.flush()
alpha = 1/10.
- delta = 0.28
+ delta = 0.2
beta, roots, ll = ml(root_victims, victims, non_victims, age, alpha, delta)
print "\t".join(map(str, [1./alpha, delta, beta, roots, ll])) \ No newline at end of file