From 5aef644d674b73d6ba34c55b6147954b1a2a2535 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Thu, 18 Jun 2015 22:57:20 -0400 Subject: testing new model, realizing we may be getting optimal beta wrong --- experiments/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'experiments/process.py') 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 -- cgit v1.2.3-70-g09d2