AmpersandTV / pymc3-hmm

Hidden Markov models in PyMC3
Other
94 stars 13 forks source link

Add new plotting function to visualize series of samples #80

Closed Veganveins closed 3 years ago

Veganveins commented 3 years ago

Now that we have plot_split_timeseries to help us visualize longer timeseries data at regular intervals, and we have plot_predictive_histograms to visualize the entire posterior sample distribution over time, we want to add a third plotting function that combines the two and simplifies the process of plotting, for example, posterior predictive samples.