Skip to content

Commit

Permalink
Visualize latent state alongside observations (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidJasperForman authored Mar 17, 2023
1 parent 6202650 commit d30659e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/gaussian-ssm/script.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ end

# Here are the latent and obseravation timeseries
plot(x; label="x", xlabel="t")

#
plot(y; label="y", xlabel="t")
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 d30659e

Please sign in to comment.