Skip to content

Commit

Permalink
Fix interpolation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mschauer committed May 4, 2018
1 parent a9dc743 commit a0cd92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microstructure.jl
Expand Up @@ -7,7 +7,7 @@ Struct holding prior distribution parameters.
`N` is the number of bins,
`InverseGamma(α1, β1)` is the prior of `θ[1]` on the first bin,
the prior on the noise variance `η` is `InverseGamma(αη, βη)`,
the hidden state $X_0$ at start time is `Normal(μ0, C0)`,
the hidden state ``X_0`` at start time is `Normal(μ0, C0)`,
and `Πα` is a prior `Distribution` for `α`,
for example `Πα = LogNormal(1., 0.5)`.
Expand Down

0 comments on commit a0cd92a

Please sign in to comment.