A chart that displays the frequency distribution of a dataset by grouping values into continuous intervals called bins.
AI で試すA histogram visualizes the distribution of numerical data by showing how many data points fall into specific ranges. Unlike a bar chart, it represents continuous data and does not have gaps between columns, making it ideal for identifying patterns, outliers, and the shape of a data distribution.
Use a histogram to analyze the distribution of employee ages in a company by grouping them into 5-year bins (e.g., 20-25, 25-30).
A histogram shows the distribution of continuous numerical data, while a bar chart compares distinct categories.