Category: Lab Notes: Statistics
Quantile-Quantile plot (Q-Q plot)
A Quantile-Quantile plot (Q-Q plot) is a statistical visualization technique used to assess whether a dataset follows a particular theoretical…
Pair Plot
A pair plot is a visualization technique used to explore the relationships among multiple variables in a dataset by plotting…
Scatterplot Matrix
A scatterplot matrix (often abbreviated as SPLOM) is a data visualization technique used to explore relationships among multiple variables simultaneously….
Parallel Coordinates Plot
A parallel coordinates plot is a visualization technique designed to represent multidimensional data in a two-dimensional space. Unlike traditional charts,…
Facet Grid
A facet grid is a powerful visualization technique used to display multiple subplots of the same type of chart, organized…
Stacked Bar Chart
A stacked bar chart is a variation of the bar chart that represents multiple data series stacked on top of…
Grouped Bar Chart
A grouped bar chart, also known as a clustered bar chart, is a type of bar graph that displays multiple…
Hexbin Plot
A hexbin plot is a two-dimensional data visualization technique used to display the relationship between two continuous variables, particularly when…
Contour Plot
A contour plot is a graphical representation used to visualize three-dimensional data on a two-dimensional plane. It displays lines, called…
Heatmap
A heatmap is a graphical representation of data in which individual values are represented as colors within a matrix or…
Bubble Chart
A bubble chart is a type of data visualization that extends the functionality of a scatter plot by incorporating a…
Density Plot
A density plot is a graphical representation of the distribution of a continuous variable, providing a smoothed estimate of the…
Strip Plot
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
An ECDF (Empirical Cumulative Distribution Function) plot is a statistical graph that displays the proportion or percentage of data points…
Violin Plot
A violin plot is a modern statistical graph that combines the features of a box plot and a density plot…