0% found this document useful (0 votes)
29 views

1. Excel Assignemnt 1 Statistical Analysis

The document outlines an Excel exercise for statistical analysis involving crime data from 50 states, focusing on variables such as murder rates and police employees. It provides detailed steps for calculating variance, standard deviation, and other descriptive statistics using formulas in Excel. The final output includes summary statistics such as mean, variance, standard deviation, skewness, and kurtosis.

Uploaded by

Gagandeep singh
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

1. Excel Assignemnt 1 Statistical Analysis

The document outlines an Excel exercise for statistical analysis involving crime data from 50 states, focusing on variables such as murder rates and police employees. It provides detailed steps for calculating variance, standard deviation, and other descriptive statistics using formulas in Excel. The final output includes summary statistics such as mean, variance, standard deviation, skewness, and kurtosis.

Uploaded by

Gagandeep singh
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

: Statistical Analysis

EXCEL EXERCISE #10:

1. Enter the data for URBAN (percent living in urban areas), MURDER (murders per
million residents), ROBBERY (robberies per million residents), POLICE (police
employees per 100,000 population), and REGION for the 50 states that are presented on
the attached page. Label the sheet DATA.

2. Copy the data in A1:B52 (STATE and MURDER) onto the same cells on Sheet2.
Perform the steps 3 through 13
22 below on Sheet2. Label the sheet UNIVARIATE.

Variance and Standard Deviation

3. Calculate the variance for MURDER by breaking down the formula Σ(Xi-Xbar)2/(N-1),
where Xbar is the mean, Xi is each case of the variables, and N is the number of cases.
Enter the following labels in the appropriate cells.
A54: Mean =
A55: N =
A57: Variance=
A58: Std Dev=
C2: (Xi-Xbar)
D2: (Xi-Xbar)2

4. Enter the following formulas.


B54: =average(b3:b52)
B55: =count(b3:b52)

5. Enter the following formula.


C3: =b3-$b$54

6. Copy the formula in cell C3 into cells C4 to C52.

7. Enter the following formula.


D3: =c3^2

8. Copy the formula in cell D3 into cells D4 to D52.

9. Enter the following formula.


D54: =sum(d3:d52)
This is the sum of the squared deviations, or the numerator for the variance equation in
step 3 above. (Note: Steps 5 and 6 could be accomplished with the function:
=sumproduct(c3:c52,c3:c52).)

10. Enter the following formula to calculate the variance for the variable MURDER.
B57: =d54/(b55-1)

11. The standard deviation is simply the square root of the variance which can be
calculated with the following formula.
B58: =sqrt(b57) 1
Descriptive Statistics Shortcut:

19.
12 Enter the following labels.
A63: Shortcuts:
A64: Min. =
A65: Max. =
A66: Mode =
A67: Median =
A68: Mean =
A69: Variance=
A70: Std Dev.=
A71: Skewness=
A72: Kurtosis=

20.
13 Enter the following formulas.
B64: =min(b3:b52)
B65: =max(b3:b52)
B66: =mode(b3:b52)
B67: =median(b3:b52)
B68: =average(b3:b52)
B69: =var(b3:b52)
B70: =stdev(b3:b52)
B71: =skew(b3:b52)
B72: =kurt(b3:b52)

This part of the worksheet should now look like below.

A B
63 Shortcut:
64 Min = 7
65 Max = 169
66 Mode = 69
67 Median = 70
68 Mean = 77.24
69 Variance= 1811.329
70 Std Dev = 42.55971
71 Skewness= 0.27595
72 Kurtosis= -0.88334

4
The entire worksheet should look like below after Statistical Analysis

State Crime Data Set


STATE MURDER (Xi-Xbar) (Xi-Xbar)2
AL 132 54.76 2998.658
AK 97 19.76 390.4576
AZ 103 25.76 663.5776
AR 92 14.76 217.8576
CA 143 65.76 4324.378
CO 69 -8.24 67.8976
CT 47 -30.24 914.4576
DE 69 -8.24 67.8976
FL 145 67.76 4591.418
GA 138 60.76 3691.778
HI 87 9.76 95.2576
ID 31 -46.24 2138.138
IL 106 28.76 827.1376
IN 89 11.76 138.2976
IA 22 -55.24 3051.458
KS 69 -8.24 67.8976
KY 88 10.76 115.7776
LA 157 79.76 6361.658
ME 28 -49.24 2424.578
MD 95 17.76 315.4176
MA 41 -36.24 1313.338
MI 102 24.76 613.0576
MN 26 -51.24 2625.538
MS 145 67.76 4591.418
MO 111 33.76 1139.738
MT 40 -37.24 1386.818
NE 44 -33.24 1104.898
NV 20 -57.24 3276.418
NH 25 -52.24 2729.018
NJ 69 -8.24 67.8976
NM 131 53.76 2890.138
NY 127 49.76 2476.058
NC 106 28.76 827.1376
ND 12 -65.24 4256.258
OH 81 3.76 14.1376
OK 51 -26.24 688.5376
OR 51 -26.24 688.5376
PA 68 -9.24 85.3776
RI 44 -33.24 1104.898
SC 114 36.76 1351.298
SD 7 -70.24 4933.658
TN 108 30.76 946.1776
TX 169 91.76 8419.898
UT 38 -39.24 1539.778
VT 22 -55.24 3051.458
VA 86 8.76 76.7376
WA 55 -22.24 494.6176
WV 71 -6.24 38.9376
WI 29 -48.24 2327.098
WY 62 -15.24 232.2576

Mean 77.24 Sum= 88755.12


N 50

Variance 1811.329
Std Dev 42.55971

Shortcuts
Min 7
Max 169
Mode 69
Median 70
Mean 77.24
Variance 1811.329
Std Dev 42.55971
Skewness 0.27595
Kurtosis -0.88334

You might also like