1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Mumz [18]
2 years ago
9

Hello. I need help with creating a normal distribution for a pre-made dataset in excel? I mainly confused with the steps to comp

lete the process.
Mathematics
1 answer:
Inessa05 [86]2 years ago
8 0

Let's say your data is all in column A. Furthermore, we'll say we have 21 items in this column. Make sure this data column is sorted from smallest to largest. If this isn't done, then weird things will happen when it comes to connecting the dots later on.

Column B will be used later, but for now, let's move to cell C1. In this cell, type =AVERAGE(A1:A21)

The equal sign is important to tell Excel that we have a function here, and not just plain text. As the function implies, we're finding the average (aka mean) of values A1,A2,...,A20,A21. This computes the arithmetic mean.

In cell D1, type in =STDEV(A1:A21) to compute the sample standard deviation

There's nothing special about C1 or D1. We just need something off to the side. Think of it like scratch work.

-------------------------

Now move back to column B. In cell B1, type =NORMDIST(A1,$C$1,$D$1,FALSE)

The $C$1 and $D$1 refer to cells C1 and D1 respectively. The dollar signs lock in those rows and columns so they don't change. We don't want the mean and standard deviation to alter. The "False" at the end tells Excel that we don't want a cumulative normal distribution.

The first parameter A1 is the x value. Much like the curve y = x^2, we plug in various x values to find corresponding y values. We'll plot various (x,y) points to connect them with a curve. The more points, the more accurate the curve. Instead of the x^2 function, we're using the NORMDIST function.

Once cell B1 is filled out, click on the bottom right corner of the cell. You should see a very small square at this corner. Dragging this square down until you reach cell B21 will fill in the remaining 20 cells with the formula mentioned in bold; however, the A1 will change depending on what row you're on. Everything else stays the same hence the use of the dollar signs.

-------------------------

In figure 1 below, I'm showing an example of what I've discussed so far. Figure 1 shows the formulas in each cell. This is before they are evaluated.

Figure 2 shows what the formulas evaluate to. The data in column A can be anything you want. I randomly generated the data values between 2 and 17.

Once column B is figured out, you would insert a chart of (x,y) scatter points. Make sure to connect the dots so that a curve forms. This will complete the normal distribution graph. Again, the data in column A must be sorted or else the dots won't be connected properly.

To be perfectly honest, Excel doesn't really do a good job at drawing curves like this. In my opinion, programs like GeoGebra are better suited for the task. Though spreadsheet programs like Excel are still used in a lot of settings, which is why this is good practice.

You might be interested in
Gasoline costs $3.00 per gallon at a gas station. In the table below, enter the cost for each number of gallons purchased. Then,
Bess [88]

Answer:

I'm not 100 percent sure but but part a is

0              0

6              18

12             36

and then part b is letter A

Step-by-step explanation:

hope this helps

8 0
3 years ago
Read 2 more answers
If c ī b, what is m<2?
natulia [17]

Answer:

<2 = 90

Step-by-step explanation:

If the lines are perpendicular, the angles are 90 degrees

3 0
3 years ago
........................................................................................................
Taya2010 [7]
The answer is x = -37/2.
7 0
3 years ago
Read 2 more answers
I need help with number 4 and number 3 please
dangina [55]
For Question 3, 
15      ?
__ = ____
120     100

120?=1500
1500/120=12.5

?=12.5%

Question 4

I think it is $462.80


5 0
3 years ago
Help me plsss....
eimsori [14]

Answer:

If it took the motorcycle 2 hours to cover 20km, then the average speed is 10km per hour.

Speed is equal to distance over time. So 20km divided by 2 hours is 10 km per hour.

6 0
3 years ago
Read 2 more answers
Other questions:
  • Please Help!<br><br>Which equation can be used to solve for b?<br>​
    14·1 answer
  • the value of the digit in the hundreds place in the number 653841 is 1/10 the value of the digit in the thousands place in which
    13·1 answer
  • PLEASE HELP ME WITH THESE QUESTIONS!!
    10·1 answer
  • two boxes of identical birthday candles are pictured: a 2 ounces box and 6- ounces box. There is 96 candles in the large box. Ho
    7·1 answer
  • Find two numbers whose sum is -39 and whose product is 10
    10·1 answer
  • Complete the point-slope equation of the line through (3,6)(3,6) (3,6) left parenthesis, 3, comma, 6, right parenthesis and (5,−
    14·1 answer
  • 1¼ gallons equals how many pints?
    10·1 answer
  • What’s the solution of this question
    8·1 answer
  • The diagonal of a rectangular driveway is almost 12 feet. Which pair of dimensions is closest to the length and width of the dri
    12·2 answers
  • How many screeches are equal to 20 meows? 20 meows = 12 laughs 3 laughs = 2 purrs 40 purrs = 120 screeches
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!