Skip to content

Commit bec2227

Browse files
Merge pull request #201 from mach3-software/feature/kskwarczynkis/UpdateTut
Add more description to tutorial readme
2 parents 61b2de9 + 9bc96df commit bec2227

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,21 @@ The output should look like plot below. This conveys same information as the ind
114114

115115
<img width="350" alt="Posterior example" src="https://github.com/user-attachments/assets/27e3e4c8-629e-4c05-ac64-f6a7bec85331">
116116

117+
<details>
118+
<summary><strong>(Detailed) Additional Plots </strong></summary>
119+
`GetPostfitParamPlots` can produce two additional sets of plots:
120+
121+
**Ridge Plot** - This allow to nicely see non-Gaussian paramters.
122+
123+
<img width="350" alt="Ridge" src="https://github.com/user-attachments/assets/617f5929-b389-495e-ab7b-2ecd6c2d991e">
124+
125+
**Violin Plot** - This also allow to see nicely non-Gaussian parameters but also is usefull in comparing two chains.
126+
`ProcessMCMC` must be run with option "PlotCorr" to be able to produce violin plot.
127+
128+
<img width="350" alt="Violin example" src="https://github.com/user-attachments/assets/4788ab29-f24a-4b09-8b0f-c9b36d069cfe">
129+
130+
</details>
131+
117132
### Plotting Correlation Matrix
118133
If you have run `ProcessMCMC` with option "PlotCorr" you will have a correlation matrix in the outputs. This is a handy tool for viewing how correlated different parameters are.
119134
However, mature analyses with hundreds of parameters may run into the problem of having too large of plots to be useful. To combat this, you can plot a subset of parameters using `MatrixPlotter`:

0 commit comments

Comments
 (0)