Bachelors Level/First Year/Second Semester/Science csit/second semester/statistics i/syllabus wise questions

B.Sc Computer Science and Information Technology

Institute of Science and Technology, TU

Statistics I (STA169)

Year Asked: 2078, syllabus wise question

Correlation and Linear Regression
1.
Write the properties of correlation coefficient. The time it takes to transmit a file always depends on the file size. Suppose you transmitted 30 files, with the average size of 126 Kbytes and the standard deviation of 35 Kbytes. The average transmitted time was 0.04 seconds with the standard deviation 0.01 seconds. The correlation coefficient between the time and size was 0.86. Based on these data, fit a linear regression model and predict the time it take to transmit a 400Kbyte file. [10]
2.
Calculate Spearman's rank correlation coefficient for the following ranks given by three judges in a music contest. Indicate which pair of judges has the nearest approaches to music.

$\begin{array}{c|cccccccccc} \text{1}^{\text{st}}\text{ Judge} & 2 & 1 & 4 & 6 & 5 & 8 & 9 & 10 & 7 & 3 \\ \text{2}^{\text{nd}}\text{ Judge} & 4 & 3 & 2 & 5 & 1 & 6 & 8 & 9 & 10 & 7 \\ \text{3}^{\text{rd}}\text{ Judge} & 5 & 8 & 4 & 7 & 10 & 2 & 1 & 6 & 9 & 3 \\ \end{array}$
[5]
Descriptive Statistics
1.
What are different methods of measuring dispersion. Sample of polythene bags from two manufactures, A, B, are tested by a prospective buyer for bursting pressure and the results are as follows. Which set of bags has more uniform pressure? If price are the same, Which manufacturer's bags would be preferred by buyer? Use appropriate statistical tool.

$\begin{array}{c|cccccc} \text{Bursting Pressure} & 5\text{-}10 & 10\text{-}15 & 15\text{-}20 & 20\text{-}25 & 25\text{-}30 & 30\text{-}35 \\ \hline A & 2 & 9 & 29 & 54 & 11 & 5 \\ B & 9 & 11 & 18 & 32 & 27 & 13 \\ \end{array}$
[10]
2.
If 50 image of your website, 10 have black and white image, and their average scanned image occupies with 2.5 megabytes of memory. The total image occupies by the entire work 281 megabytes. Find the average occupies megabytes of those color images. [5]
3.
Calculate Q1, D7 and P58 from the following data and interpret the results.

$\begin{array}{c|ccccccccc} \text{Weight} & 0\text{-}10 & 10\text{-}15 & 20\text{-}25 & 25\text{-}30 & 30\text{-}35 & 35\text{-}40 & 40\text{-}45 & 45\text{-}50 & 50\text{-}60 \\ \hline \text{No. of person} & 4 & 8 & 30 & 15 & 13 & 6 & 4 & 4 & 1 \end{array}$
[5]
4.
Compute first four moments about arbitrary point 4 from following distribution and describe the characteristics of data

$\begin{array}{c|ccccc} X & 2 & 3 & 4 & 5 & 6 \\ \hline f & 1 & 3 & 7 & 2 & 1 \\ \end{array}$
[5]
Introduction
1.
State with suitable examples the role played by computer technology in applied statistics and the role of statistics in information technology. [5]
Probability Distributions
1.
a. What do you understand by Poisson distribution? What are its main features? b. What do you mean by joint probability distribution function? Write down its properties. [10]
2.
Fit a binomial distribution of the following data

$\begin{array}{c|ccccccc} X & 0 & 1 & 2 & 3 & 4 & 5 & 6 \\ \hline f & 5 & 8 & 15 & 14 & 10 & 6 & 2 \\ \end{array}$
[5]
3.
The lifetime of a certain electronic component is a normal random variate with the expectation of 5000 hours and a standard deviation of 100 hours. Compute the probabilities under the following conditions:a. Lifetime of components between 3000 to 6500 hours b. Lifetime of components between 3000 to 6500 hours c. Lifetime of components more than 6000 hours [5]
Random Variables and Mathematical Expectation
1.
The following join probability data apply to fatigue test to run on bronze strips. X represent to failure (in 10^5) when alternate strips are bent at a high level of deflection. Y represent the same at a lower deflection event.a. Find the marginal probability distribution for X and Y b. Determine the conditional probability distribution of Y gives X = 5 c. Are X and Y independent

$\begin{array}{c|cccc} X/Y & 20 & 30 & 40 & 50 \\ \hline 4 & 0.01 & 0.03 & 0.05 & 0.02 \\ 5 & 0.03 & 0.10 & 0.08 & 0.04 \\ 6 & 0.02 & 0.08 & 0.12 & 0.11 \\ 7 & 0.02 & 0.04 & 0.07 & 0.18 \\ \end{array}$
[5]
2.
If two random variables have the joint probability density function Find (i) constant k (ii) conditional probability density function of X (iii) Identify whether X and Y are independent.

$f(x, y) = \begin{cases} k(2x + 3y), & 0 \leq x \leq 1, 0 \leq y \leq 1 \\ 0, & \text{otherwise} \end{cases}$
[5]
Sampling
1.
What do you mean by sampling? Explain the difference between stratified sampling and cluster sampling. [5]