Skip to content

Commit

Permalink
Format (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericWantiez committed Mar 18, 2023
1 parent d30659e commit d785ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gaussian-ssm/script.jl
Expand Up @@ -84,7 +84,7 @@ end

# Here are the latent and obseravation timeseries
plot(x; label="x", xlabel="t")
plot!(y; seriestype=:scatter,label="y", xlabel="t",mc=:red, ms=2, ma=0.5)
plot!(y; seriestype=:scatter, label="y", xlabel="t", mc=:red, ms=2, ma=0.5)

# `AdvancedPS` subscribes to the `AbstractMCMC` API. To sample we just need to define a Particle Gibbs kernel
# and a model interface.
Expand Down

0 comments on commit d785ce5

Please sign in to comment.