Skip to main content

Histogram ஐ எப்படி கணக்கிடுவது

Histogram என்றால் என்ன?

A histogram displays the frequency distribution of a dataset by dividing the range into equal-width bins and counting how many values fall in each bin. It reveals the shape, spread, and central tendency of data.

சூத்திரம்

Bins: define intervals. Frequency: count of values in each bin. Density = Frequency / (Bin Width × Total Count)
Bin width
size of each interval
Frequency
count of data points in bin
Density
normalized frequency (probability per unit width)

படிப்படியான வழிகாட்டி

  1. 1Choose number of bins (Sturges: 1+log₂n)
  2. 2Bin width = (max−min)/bins
  3. 3Count values in each bin
  4. 4Bar height = frequency (or relative frequency)

தீர்க்கப்பட்ட எடுத்துக்காட்டுகள்

உள்ளீடு
20 test scores, 5 bins
முடிவு
Each bin spans 10 points; reveals normal-like distribution

அடிக்கடி கேட்கப்படும் கேள்விகள்

How many bins should a histogram have?

Use Sturges' rule (k ≈ 1 + log₂(n)) or √n. Too few bins hide details; too many create noise.

Is a histogram the same as a bar chart?

No. Histograms show continuous data with adjacent bins; bar charts show categorical data with gaps.

What does the area of a histogram bar represent?

The area represents relative frequency (or probability if normalized).

கணக்கிடத் தயாரா? இலவச Histogram கால்குலேட்டரை முயற்சிக்கவும்

நீங்களே முயற்சிக்கவும் →

அமைப்புகள்