Creating Bell Shape

K

Khaledity

Hi,

I have the following test scores:
10
11
12
13
14
15
16
17
18
19
20
21
22

and its frequency:
0
1
3
4
4
5
6
5
4
4
3
1
0

Can anyone help me on how to create a normal distribution curve?

Khaledity
 
A

AG

First of all, you can simply do a bar chart using the results and the
frequency that approximately looks like bell shaped. But obviously it
is not perfectly bell shaped because it is not perfectly normal
distribution. But what you see is the actual shape of your data.

However, if you would like to draw an envelope on the top of the bars
that looks like a perfectly normal distribution then what you should
do is to use the equation of the normal distribution and use the mean
(16) and standard deviation (2.582) from your data to generate the
values for each of the results values. If you plotted this new series
on the same graph as a line and turned on the option of smoothed line
then you will see a perfectly normal distribution on the top of your
real data.

Let me know if you need me to email the file to you.

Regards,
- AG
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top