Category: Lab Notes: Statistics

Quantile-Quantile plot (Q-Q plot)

Loading

A Quantile-Quantile plot (Q-Q plot) is a statistical visualization technique used to assess whether a dataset follows a particular theoretical…

Pair Plot

Loading

A pair plot is a visualization technique used to explore the relationships among multiple variables in a dataset by plotting…

Scatterplot Matrix

Loading

A scatterplot matrix (often abbreviated as SPLOM) is a data visualization technique used to explore relationships among multiple variables simultaneously….

Parallel Coordinates Plot

Loading

A parallel coordinates plot is a visualization technique designed to represent multidimensional data in a two-dimensional space. Unlike traditional charts,…

Facet Grid

Loading

A facet grid is a powerful visualization technique used to display multiple subplots of the same type of chart, organized…

Stacked Bar Chart

Loading

A stacked bar chart is a variation of the bar chart that represents multiple data series stacked on top of…

Grouped Bar Chart

Loading

A grouped bar chart, also known as a clustered bar chart, is a type of bar graph that displays multiple…

Hexbin Plot

Loading

A hexbin plot is a two-dimensional data visualization technique used to display the relationship between two continuous variables, particularly when…

Contour Plot

Loading

A contour plot is a graphical representation used to visualize three-dimensional data on a two-dimensional plane. It displays lines, called…

Heatmap

Loading

A heatmap is a graphical representation of data in which individual values are represented as colors within a matrix or…

Bubble Chart

Loading

A bubble chart is a type of data visualization that extends the functionality of a scatter plot by incorporating a…

Density Plot

Loading

A density plot is a graphical representation of the distribution of a continuous variable, providing a smoothed estimate of the…

Strip Plot

Loading

A strip plot is a type of statistical graph used to display individual data points along a single axis, typically…

ECDF (Empirical Cumulative Distribution Function) Plot

Loading

An ECDF (Empirical Cumulative Distribution Function) plot is a statistical graph that displays the proportion or percentage of data points…

Violin Plot

Loading

A violin plot is a modern statistical graph that combines the features of a box plot and a density plot…