wisp
 
(Arne Babenhauserheide)
2014-12-02: switch back to 1000 observations.

switch back to 1000 observations.

diff --git a/examples/ensemble-estimation.w b/examples/ensemble-estimation.w
--- a/examples/ensemble-estimation.w
+++ b/examples/ensemble-estimation.w
@@ -80,7 +80,7 @@ define* : write-multiple . x
 define x^true '(0.5 0.6 0.7 0.1)
 
 ;; Then generate observations
-define y⁰-num 100
+define y⁰-num 1000
 ;; At the positions where they are measured. Drawn randomly to avoid
 ;; giving an undue weight to later values.
 define y⁰-pos : list-ec (: i y⁰-num) : random y⁰-num