1. Given the following data...
|
0.0
|
0.0
|
0.0
|
1.0
|
1.0
|
1.5
|
1.9
|
2.0
|
2.2
|
3.0
|
5.0
|
9.0
|
The boxplot would be created from the following specifications:
| Median |
1.7
|
| 1Q (lower hinge) |
.5
|
| 3Q (upper hinge) |
2.6
|
| IQR (3Q - 1Q) |
2.1
|
| inner fences |
-2.65 and 5.75
|
| outer fences |
-5.8 and 8.9
|
| mild outliers |
none
|
| extreme outliers |
9
|
2. Given the following data...
|
00
|
00
|
25
|
56
|
66
|
72
|
73
|
75
|
78
|
80
|
82
|
85
|
88
|
90
|
92
|
95
|
98
|
The boxplot would be created from the following specifications:
| Median |
78
|
| 1Q (lower hinge) |
66
|
| 3Q (upper hinge) |
88
|
| IQR (3Q - 1Q) |
22
|
| inner fences |
33 and 121
|
| outer fences |
0 and 154
|
| mild outliers |
0, 0, 25
|
| extreme outliers |
none
|