Skip to content

Commit

Permalink
up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eohne committed Dec 19, 2024
1 parent f46a173 commit 98767c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ Console Output:
```julia
The posterior distribution of model dimensions (= 0, 1, 2, 3): [0.015, 0.214, 0.553, 0.218]
```
#### Optional: Visualize results
<!-- #### Optional: Visualize results
##### Plot posterior distribution of model dimensions
```julia
Expand Down Expand Up @@ -619,7 +619,7 @@ end
add_sample_paths!(p2,shrinkage,50)
plot(p1, p2, layout=(1,2), size=(1200,400))
```
![Model Dimension BMA-SDF Path and Sample Paths](assets/c_ss_sdf_v2_both.svg)
![Model Dimension BMA-SDF Path and Sample Paths](assets/c_ss_sdf_v2_both.svg) -->



Expand Down Expand Up @@ -775,7 +775,7 @@ Posterior model probabilities with max_k=1 are:
1.0 0.0 0.929
0.0 1.0 0.034
```
### Visualize posterior probabilities
<!-- ### Visualize posterior probabilities
#### Plot posterior probabilities for each factor
```julia
Expand All @@ -796,4 +796,4 @@ p2 = bar(shrinkage.model_probs[:,end],
label="")
plot(p1, p2, layout=(1,2), size=(1200,400),bottom_margin=5Plots.mm)
```
![Inc Prob and Model Post. Prob.](assets/pvalue_inc_prob_model_post_prob.svg)
![Inc Prob and Model Post. Prob.](assets/pvalue_inc_prob_model_post_prob.svg) -->

0 comments on commit 98767c6

Please sign in to comment.