Skip to content

Commit

Permalink
Visualize latent state alongside observations
Browse files Browse the repository at this point in the history
  • Loading branch information
davidJasperForman committed Mar 17, 2023
1 parent 6202650 commit ef403be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/gaussian-ssm/script.jl
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)

Check warning on line 87 in examples/gaussian-ssm/script.jl

View workflow job for this annotation

GitHub Actions / format

[JuliaFormatter] reported by reviewdog 🐶 Raw Output: examples/gaussian-ssm/script.jl:87:-plot!(y; seriestype=:scatter,label="y", xlabel="t",mc=:red, ms=2, ma=0.5) examples/gaussian-ssm/script.jl:87:+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 ef403be

Please sign in to comment.