Visualization functions with a clean, minimalist style. All functions are called internally by :meth:`DLM.plot() <dynaris.dlm.api.DLM.plot>` but can also be used standalone.
plot_filtered--- observed data with filtered state overlayplot_smoothed--- smoothed state estimates with confidence bandsplot_components--- decomposition into individual state componentsplot_forecast--- forecast fan chart with historical contextplot_diagnostics--- QQ-plot, ACF, and histogram of residuals
.. autofunction:: dynaris.plotting.plots.plot_filtered
.. autofunction:: dynaris.plotting.plots.plot_smoothed
.. autofunction:: dynaris.plotting.plots.plot_components
.. autofunction:: dynaris.plotting.plots.plot_forecast
.. autofunction:: dynaris.plotting.plots.plot_diagnostics