.. _chi: https://github.com/DavAug/chi **************** Prediction Plots **************** .. currentmodule:: chi Prediction plots in chi_ are intended for the illustration of sampling results from a :class:`PredictiveModel`. The predicted samples or approximate predictive distributions can then be compared to real measurements. .. currentmodule:: chi.plots Functional classes ------------------ - :class:`PDPredictivePlot` - :class:`PKPredictivePlot` - :class:`ResidualPlot` Detailed API ^^^^^^^^^^^^ .. autoclass:: PDPredictivePlot :members: :inherited-members: .. autoclass:: PKPredictivePlot :members: :inherited-members: .. autoclass:: ResidualPlot :members: :inherited-members: