diff --git a/IntervalsModel/plots/Distributions.Poisson_hh.pdf b/IntervalsModel/plots/Distributions.Poisson_hh.pdf
index 71177bb1fd9f86638303ecc3dccbcb2cade4237c..897c478f8c5f5f0349825428abef1c263c6cac8e 100644
Binary files a/IntervalsModel/plots/Distributions.Poisson_hh.pdf and b/IntervalsModel/plots/Distributions.Poisson_hh.pdf differ
diff --git a/IntervalsModel/plots/Distributions.Poisson_rest.pdf b/IntervalsModel/plots/Distributions.Poisson_rest.pdf
index eb3adea38facb076cf564ccf895d6e1c57753fe3..46c804b2d5d90dc70a1c2135799327a1f3287a2a 100644
Binary files a/IntervalsModel/plots/Distributions.Poisson_rest.pdf and b/IntervalsModel/plots/Distributions.Poisson_rest.pdf differ
diff --git a/IntervalsModel/plots/Distributions.Poisson_ws.pdf b/IntervalsModel/plots/Distributions.Poisson_ws.pdf
index a10082ffe7791eef0214407d0aa80034ba07f57e..e1a1170dcfe42af9865b1a34710806ff01188c4c 100644
Binary files a/IntervalsModel/plots/Distributions.Poisson_ws.pdf and b/IntervalsModel/plots/Distributions.Poisson_ws.pdf differ
diff --git a/IntervalsModel/plots/hh.pdf b/IntervalsModel/plots/hh.pdf
index 748c2ec9ff03672d02797ba599cfeb5ad3587731..e8ed9b76925cead9d344c44d6779a707abfd613f 100644
Binary files a/IntervalsModel/plots/hh.pdf and b/IntervalsModel/plots/hh.pdf differ
diff --git a/IntervalsModel/plots/rest.pdf b/IntervalsModel/plots/rest.pdf
index e0de3c342970681c5505f06249f1f69537c61317..2170af1f9f2aaedeb020941c59e91874e360379b 100644
Binary files a/IntervalsModel/plots/rest.pdf and b/IntervalsModel/plots/rest.pdf differ
diff --git a/IntervalsModel/plots/ws.pdf b/IntervalsModel/plots/ws.pdf
index 8d0c30568be824711a3c334bab2becb35242d2b2..460c62c7763212ce4899693c37c66aa5a239f955 100644
Binary files a/IntervalsModel/plots/ws.pdf and b/IntervalsModel/plots/ws.pdf differ
diff --git a/IntervalsModel/simulation_data/hh.dat b/IntervalsModel/simulation_data/hh.dat
index 639ae0cc94d4f469ce391b454c62192a0631626a..9aee133c9e8f7c4d7dbbe9466d9b9a028bcfd743 100644
Binary files a/IntervalsModel/simulation_data/hh.dat and b/IntervalsModel/simulation_data/hh.dat differ
diff --git a/IntervalsModel/simulation_data/rest.dat b/IntervalsModel/simulation_data/rest.dat
index 36d874dcd86f73b1f5f31e977031551c3c18a20a..c46819b79ee195eaebeada1d17f6db6f44f3bd25 100644
Binary files a/IntervalsModel/simulation_data/rest.dat and b/IntervalsModel/simulation_data/rest.dat differ
diff --git a/IntervalsModel/simulation_data/ws.dat b/IntervalsModel/simulation_data/ws.dat
index f66ad3e0988aa37ac6267f3d538c4e928be82cc2..1209fd8bde9f5b5b1274668ed93096d6db3e5ff4 100644
Binary files a/IntervalsModel/simulation_data/ws.dat and b/IntervalsModel/simulation_data/ws.dat differ
diff --git a/IntervalsModel/src/IntervalsModel.jl b/IntervalsModel/src/IntervalsModel.jl
index 5fa08f8712fd6e5b4bf2bf8ad850665ab642265c..d0811f836186adc36af61b4aa54265c5f6079d19 100644
--- a/IntervalsModel/src/IntervalsModel.jl
+++ b/IntervalsModel/src/IntervalsModel.jl
@@ -45,9 +45,9 @@ include("plotting_functions.jl")
 Runs parameter estimation for the three scenarios, hh, ws, and rest. 
 """
 function main()
-    do_hh(5000)
-    do_ws(5000)
-    do_rest(5000)
+    do_hh(1000)
+    do_ws(1000)
+    do_rest(1000)
     plot_all()
 end
 
@@ -73,7 +73,7 @@ A function that takes two arguments, a vector of particles with 6n elements for
 
 - priors_list
 
-A list of 9n distributions, for some integer n, that describe the prior distribution of parameters for a distribution with n parameters. 
+A list of 6n distributions, for some integer n, that describe the prior distribution of parameters for a distribution with n parameters. 
 
 - dists