File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ Write an inference program that generates traces of `sine_model` that explain th
532532
533533------------------
534534
535- ## Predicting new data
535+ ## Predicting New Data
536536
537537What if we'd want to predict ` ys ` given ` xs ` ?
538538
@@ -786,7 +786,7 @@ Plots.plot(fixed_noise_plot, inferred_noise_plot)
786786
787787-------------------------
788788
789- ## Calling other generative functions
789+ ## Calling Other Generative Functions
790790
791791In addition to making random choices, generative functions can invoke other
792792generative functions. To illustrate this, we will write a probabilistic model
@@ -929,7 +929,7 @@ Hint: To estimate the posterior probability that the data was generated by the s
929929
930930-------
931931
932- ## Modeling with an unbounded number of parameters
932+ ## Modeling with an Unbounded Number of Parameters
933933
934934Gen's built-in modeling language can be used to express models that use an
935935unbounded number of parameters. This section walks you through development of
You can’t perform that action at this time.
0 commit comments