We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dc743 commit a0cd92aCopy full SHA for a0cd92a
src/microstructure.jl
@@ -7,7 +7,7 @@ Struct holding prior distribution parameters.
7
`N` is the number of bins,
8
`InverseGamma(α1, β1)` is the prior of `θ[1]` on the first bin,
9
the prior on the noise variance `η` is `InverseGamma(αη, βη)`,
10
-the hidden state $X_0$ at start time is `Normal(μ0, C0)`,
+the hidden state ``X_0`` at start time is `Normal(μ0, C0)`,
11
and `Πα` is a prior `Distribution` for `α`,
12
for example `Πα = LogNormal(1., 0.5)`.
13
0 commit comments