Skip to content

Commit a0cd92a

Browse files
committed
Fix interpolation.
1 parent a9dc743 commit a0cd92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/microstructure.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Struct holding prior distribution parameters.
77
`N` is the number of bins,
88
`InverseGamma(α1, β1)` is the prior of `θ[1]` on the first bin,
99
the prior on the noise variance `η` is `InverseGamma(αη, βη)`,
10-
the hidden state $X_0$ at start time is `Normal(μ0, C0)`,
10+
the hidden state ``X_0`` at start time is `Normal(μ0, C0)`,
1111
and `Πα` is a prior `Distribution` for `α`,
1212
for example `Πα = LogNormal(1., 0.5)`.
1313

0 commit comments

Comments
 (0)