File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 401401
402402; ; ### 2.1 Exercise
403403
404- ; ; Write a generative function that uses the same address twice. Run it to see what happens.
404+ ; ; Write a generative function that uses the same address twice. Run it to see
405+ ; ; what happens.
405406
406407; ; ### 2.2 Exercise
407408
425426(require '[clojure.math :as math])
426427math/PI
427428
428- ; ; When calling `(trace/choices (gf/simulate sine-model [xs]))`, the following choices should appear:
429+ ; ; When calling `(trace/choices (gf/simulate sine-model [xs]))`, the following
430+ ; ; choices should appear:
431+
429432; ; - amplitude: `(trace :amplitude)`
430433; ; - period: `(trace :period)`
431434; ; - phase: `(trace :phase)`
@@ -1240,7 +1243,8 @@ math/PI
12401243 (->> (prepeatedly 12 #(do-inference changepoint-model xs-dense ys-complex 100000 ))
12411244 (grid {:width 3 } render-changepoint-model-trace))))
12421245
1243- ; ; The results show that more segments are inferred for the more complex data set.
1246+ ; ; The results show that more segments are inferred for the more complex data
1247+ ; ; set.
12441248
12451249; ; ### 6.1 Exercise
12461250
You can’t perform that action at this time.
0 commit comments