Skip to content

Commit 75055cd

Browse files
author
Shravan Goswami
committed
tutorial 11
1 parent 97e5616 commit 75055cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/11-probabilistic-pca/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ Random.seed!(1789);
102102
All packages used in this tutorial are listed here.
103103
You can install them via `using Pkg; Pkg.add("package_name")`.
104104

105-
Package usages:
106105

107106
::: {.callout-caution}
107+
## Package usages:
108108
We use `DataFrames` for instantiating matrices, `LinearAlgebra` and `FillArrays` to perform matrix operations;
109109
`Turing` for model specification and MCMC sampling, `ReverseDiff` for setting the automatic differentiation backend when sampling.
110110
`StatsPlots` for visualising the resutls. `, Measures` for setting plot margin units.

0 commit comments

Comments
 (0)