কীভাবে Mean Median Mode গণনা করবেন
Mean Median Mode কি?
Mean, median, and mode are the three main measures of central tendency. They describe the "centre" of a dataset in different ways — mean uses all values, median uses position, and mode uses frequency.
ধাপে ধাপে নির্দেশিকা
- 1Mean: add all values, divide by count
- 2Median: sort the data, find the middle value (or average the two middle values for even count)
- 3Mode: find the most frequently occurring value
সমাধান করা উদাহরণ
ইনপুট
Dataset: 2, 3, 3, 5, 7, 10
ফলাফল
Mean=5, Median=4, Mode=3
Median=(3+5)/2=4
ইনপুট
Incomes: $30k,$35k,$40k,$200k
ফলাফল
Mean=$76.25k, Median=$37.5k
Outlier skews mean
গণনা করতে প্রস্তুত? বিনামূল্যে Mean Median Mode ক্যালকুলেটর চেষ্টা করুন
নিজে চেষ্টা করে দেখুন →