AmpersandTV / pymc3-hmm

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

Add support for additional column plotting #97

Closed fanshi118 closed 2 years ago

fanshi118 commented 2 years ago

This PR adds an option to plot the sample means to be juxtaposed with the sample histograms and observed values in the datashader plot, as the sample means can be helpful when it comes to evaluating and comparing the results.

TODO's