Basuc Statshi
Basuc Statshi
Basuc Statshi
Q2) Identify the Data types, which were among the following
Nominal, Ordinal, Interval, Ratio.
Data Data Type
Gender nominal
High School Class Ranking ordinal
Celsius Temperature Ratio(considering world wide)
Weight nominal
Hair Color nominal
Socioeconomic Status Ratio (considering world wide)
Fahrenheit Temperature Ratio (considering world wide)
Height nominal
Type of living accommodation ordinal
Level of Agreement ordinal
IQ(Intelligence Scale) interval
Sales Figures Ratio (considering world wide)
Blood Group ordinal
Time Of Day Nominal
Time on a Clock with Hands Ordinal
Number of Children Nominal
Religious Preference Nominal
Barometer Pressure Ratio (considering world wide)
SAT Scores Interval
Years of Education Interval
Q3) Three Coins are tossed, find the probability that two heads and one tail are
obtained?
Ans: 3 coins tossed, the possible outcomes are : 8
H H H, H H T, H T H, H T T, T H H, T H T, T T H, T T T
Interested events: 3
Probability : 3/8
Q4) Two Dice are rolled, find the probability that sum is
Ans: possible outcomes are :36
(1,1) (1,2) (1,3) (1,4) (1,5) (1,6)
(2,1) (2,2) (2,3) (2,4) (2,5) (2,6)
(3,1) (3,2) (3,3) (3,4) (3,5) (3,6)
(4,1) (4,2) (4,3) (4,4) (4,5) (4,6)
(5,1) (5,2) (5,3) (5,4) (5,5) (5,6)
(6,1) (6,2) (6,3) (6,4) (6,5) (6,6)
a) Equal to 1------------------------->0/36
b) Less than or equal to 4---------->6/36=1/6
c) Sum is divisible by 2 and 3--->6/36=1/6(the number must be multiple of 6)
Q5) A bag contains 2 red, 3 green and 2 blue balls. Two balls are drawn at
random. What is the probability that none of the balls drawn is blue?
Ans:
Mean=sum by total
Median=middle most value of a sorted data
Mode= most frequency of data
SP and Weight(WT)
Ans: 9.a )
By using histograms in R I can concluded that
Skewness of car speed : slight left/negative skewed
Skewness of car distance : right/positive skewed
9.b)
By using histograms in R I can concluded that
Skewness of sp : right/positive skewed
Skewness of WT : slight normal distributed
sd(s)=30,
average(xbar)=200
cI=point estimation +/- margin of error or CI=POE +/- MOE
34,36,36,38,38,39,39,40,40,41,41,41,41,42,42,45,49,56
1) Find mean, median, variance, standard deviation.
2) What can we say about the student marks?
Q13) What is the nature of skewness when mean, median of data are equal?
Ans: normally distributed
Q14) What is the nature of skewness when mean > median ?
Ans: positive/right skewness
Q15) What is the nature of skewness when median > mean?
Ans: negative/lest skewness
Q16) What does positive kurtosis value indicates for a data ?
Ans: higher peakedness and lower tail
Q17) What does negative kurtosis value indicates for a data?
Ans: Lower peakedness and higher tail
Q18) Answer the below questions using the below boxplot visualization.
Draw an Inference from the distribution of data for Boxplot 1 with respect
Boxplot 2.
Ans: both the boxplots approximately normally distributed and the median of
both box plots are same point (i.e.262.5)
Q 20) Calculate probability from the given dataset for the below cases
Waist plots
Q 22) Calculate the Z scores of 90% confidence
interval,94% confidence interval, 60% confidence interval
rcode pt(tscore,df)
df degrees of freedom
ans:
mu=270
n=18
xbar=260
sigma=90
z=x-mu/sigma=260-270/90=-0.11
pnorm(-0.11)=0.4562
p=45%
T=x-mu/s/sqrt(n)
=260-270/90/sqrt(18)=-0.4714
Pt-(0.4714, 17)=0.3216
P=32%