histogramu
A histogram is a graphical representation of the distribution of a numerical variable. It partitions the data range into a set of contiguous intervals, called bins, and uses the height of each bin to show how many observations fall within that interval (or the relative frequency). Histograms are commonly used to assess the shape of a distribution, including central tendency, spread, skewness, and modality.
Construction involves selecting a data set, deciding the range to cover, choosing a bin width or number
Bin selection methods include rule-of-thumb formulas such as Sturges’ rule, Freedman–Diaconis, and the square-root choice. Too
Variants include frequency histograms (counts), relative-frequency histograms, and density histograms. Related representations are cumulative histograms, kernel
Usage spans statistics, data analysis, quality control, and education, where histograms serve as a first-step tool