Set+1 Descriptive+statistics+Probability+
Set+1 Descriptive+statistics+Probability+
1. Look at the data given below. Plot the data, find the outliers and find out μ , σ , σ 2
Questions referred to from Aczel A., Sounderpandian J., Complete Business Statistics (7ed.)
The following is the outlier in the boxplot: Morgan Stanley 91.36%
measure_x.describe()
Mean = 33.271333
Standard deviation = 16.945401
measure_x.var()
Variance = 287.1466123809524
Questions referred to from Aczel A., Sounderpandian J., Complete Business Statistics (7ed.)
2.
(i) What is inter-quartile range of this dataset? (please approximate the numbers) In one
line, explain what this value implies.
Ans: Approximately (First Quantile Range) Q1 = 5 (Third Quantile Range) Q3 = 12, Median
(Second Quartile Range) = 7
(Inter-Quartile Range) IQR = Q3 – Q1 = 12 – 5 = 7
Second Quartile Range is the Median Value
(iii) If it was found that the data point with the value 25 is actually 2.5, how would the new
box-plot be affected?
Ans: In that case there would be no Outliers on the given dataset because of the outlier the data
had positive skewness it will reduce and the data will normal distributed
3.
Questions referred to from Aczel A., Sounderpandian J., Complete Business Statistics (7ed.)
Answer the following three questions based on the histogram above.
(i) Where would the mode of this dataset lie?
Ans: The mode of this data set lie in between 5 to 10 and approximately between 4 to 8 .
(iii) Suppose that the above histogram and the box-plot in question 2 are plotted for the
same dataset. Explain how these graphs complement each other in providing
information about any dataset.
Ans: They both are right-skewed and both have outliers the median can be easily visualized in
box plot where as in histogram mode is more visible.
4. AT&T was running commercials in 1990 aimed at luring back customers who had switched to
one of the other long-distance phone service providers. One such commercial shows a
businessman trying to reach Phoenix and mistakenly getting Fiji, where a half-naked native on a
beach responds incomprehensibly in Polynesian. When asked about this advertisement, AT&T
admitted that the portrayed incident did not actually take place but added that this was an
enactment of something that “could happen.” Suppose that one in 200 long-distance telephone
calls is misdirected. What is the probability that at least one in five attempted telephone calls
reaches the wrong number? (Assume independence of attempts.)
The probability for at least one in five attempted telephone calls reaches the wrong number
Number of Calls = 5
n=5
p = 1/200
q = 199/200
P(x) = at least one in five attempted telephone calls reaches the wrong number
P(1) = 0.0245037
Questions referred to from Aczel A., Sounderpandian J., Complete Business Statistics (7ed.)
5. Returns on a certain business venture, to the nearest $1,000, are known to follow the following
probability distribution
x P(x)
-2,000 0.1
-1,000 0.1
0 0.2
1000 0.2
2000 0.3
3000 0.1
E(X) =Sum X.*P(X) | E(X^2) =X^2*P(X)
-200 | 400000
-100 | 100000
0 | 0
200 | 200000
600 | 1200000
300 | 900000
(iii) What is the long-term average earning of business ventures of this kind? Explain
Ans: The long-term average is Expected value = Sum (X * P(X)) = 800$ which means on
an average the returns will be + 800$
(iv) What is the good measure of the risk involved in a venture of this kind? Compute this
measure
Ans: The good measure of the risk involved in a venture of this kind depends on the
Variability in the distribution. Higher Variance means more chances of risk
Var (X) = E(X^2) –(E(X))^2
= 2800000 – 800^2
= 2160000
Questions referred to from Aczel A., Sounderpandian J., Complete Business Statistics (7ed.)