.. _sphx_glr_plot_types_stats: .. _stats_plots: Statistical distributions ------------------------- Plots of the distribution of at least one variable in a dataset. Some of these methods also compute the distributions. .. raw:: html
.. raw:: html
.. only:: html .. image:: /plot_types/stats/images/thumb/sphx_glr_hist_plot_thumb.png :alt: :ref:`sphx_glr_plot_types_stats_hist_plot.py` .. raw:: html
hist(x)
.. raw:: html
.. only:: html .. image:: /plot_types/stats/images/thumb/sphx_glr_boxplot_plot_thumb.png :alt: :ref:`sphx_glr_plot_types_stats_boxplot_plot.py` .. raw:: html
boxplot(X)
.. raw:: html
.. only:: html .. image:: /plot_types/stats/images/thumb/sphx_glr_errorbar_plot_thumb.png :alt: :ref:`sphx_glr_plot_types_stats_errorbar_plot.py` .. raw:: html
errorbar(x, y, yerr, xerr)
.. raw:: html
.. only:: html .. image:: /plot_types/stats/images/thumb/sphx_glr_violin_thumb.png :alt: :ref:`sphx_glr_plot_types_stats_violin.py` .. raw:: html
violinplot(D)
.. raw:: html
.. only:: html .. image:: /plot_types/stats/images/thumb/sphx_glr_eventplot_thumb.png :alt: :ref:`sphx_glr_plot_types_stats_eventplot.py` .. raw:: html
eventplot(D)
.. raw:: html
.. only:: html .. image:: /plot_types/stats/images/thumb/sphx_glr_hist2d_thumb.png :alt: :ref:`sphx_glr_plot_types_stats_hist2d.py` .. raw:: html
hist2d(x, y)
.. raw:: html
.. only:: html .. image:: /plot_types/stats/images/thumb/sphx_glr_hexbin_thumb.png :alt: :ref:`sphx_glr_plot_types_stats_hexbin.py` .. raw:: html
hexbin(x, y, C)
.. raw:: html
.. only:: html .. image:: /plot_types/stats/images/thumb/sphx_glr_pie_thumb.png :alt: :ref:`sphx_glr_plot_types_stats_pie.py` .. raw:: html
pie(x)
.. raw:: html
.. only:: html .. image:: /plot_types/stats/images/thumb/sphx_glr_ecdf_thumb.png :alt: :ref:`sphx_glr_plot_types_stats_ecdf.py` .. raw:: html
ecdf(x)
.. raw:: html
.. toctree:: :hidden: /plot_types/stats/hist_plot /plot_types/stats/boxplot_plot /plot_types/stats/errorbar_plot /plot_types/stats/violin /plot_types/stats/eventplot /plot_types/stats/hist2d /plot_types/stats/hexbin /plot_types/stats/pie /plot_types/stats/ecdf