Inferential Statistics for Data Science

Beschreibung

A basic quiz on Inferential Statistics.
Vishakha Achmare
Quiz von Vishakha Achmare, aktualisiert more than 1 year ago
Vishakha Achmare
Erstellt von Vishakha Achmare vor mehr als 3 Jahre
17
0

Zusammenfassung der Ressource

Frage 1

Frage
Select the right answer. With the help of inferential statistics, we can :
Antworten
  • Making conclusions from a sample about the population
  • Conclude if a sample selected is statistically significant to the whole population or not
  • Compare two models to find which one is more statistically significant as compared to the other.
  • We can do feature selection, whether adding or removing a variable helps in improving the model or not.
  • Hypothesis testing.
  • All

Frage 2

Frage
Standard Error is the amount of variation in the _________ data. It is related to Standard Deviation as σ/√n, where, n is the _________ size.
Antworten
  • Sample
  • Population

Frage 3

Frage
A Sampling Distribution is a probability distribution of a statistic (Mean/Median/Mode) obtained through a large number of samples drawn from a specific population.
Antworten
  • True
  • False

Frage 4

Frage
A Sampling Distribution behaves much like a normal curve and has some interesting properties like :
Antworten
  • The shape of the Sampling Distribution does not reveal anything about the shape of the population.
  • Sampling Distribution helps to estimate the population statistic.
  • Both.

Frage 5

Frage
Central Limit Theorem states that: When plotting a sampling distribution of means, the mean of sample means will be equal to the population mean. And the sampling distribution will approach a normal distribution with variance equal to σ/√n where σ is the standard deviation of population and n is the sample size.
Antworten
  • False
  • True

Frage 6

Frage
Greater the sample size, lower the standard error and greater the accuracy in determining the population mean from the sample mean?
Antworten
  • False
  • True

Frage 7

Frage
No matter the shape of the population distribution, be it bi-modal, right-skewed, etc. The shape of the Sampling Distribution will remain the same (normal curve)?
Antworten
  • True
  • False

Frage 8

Frage
For a sampling distribution: The number of samples has to be sufficient (generally more than 50) to satisfactorily achieve a normal curve distribution. We also have to keep the sample size fixed since any change in sample size will change the shape of the sampling distribution and it will no longer be bell-shaped?
Antworten
  • False
  • True

Frage 9

Frage
As we increase the sample size, the sampling distribution squeezes from both sides giving a better estimate of the population statistic since it lies somewhere in the middle of the sampling distribution (generally).
Antworten
  • False
  • True

Frage 10

Frage
The confidence interval is a type of interval estimate from the ___________ distribution which gives a range of values in which the population statistic may lie.
Antworten
  • Sampling
  • Population

Frage 11

Frage
The margin of error is a statistic expressing the amount of random sampling error in the results of a survey.
Antworten
  • True
  • False

Frage 12

Frage
Margin of Error________ the width of Confidence Interval
Antworten
  • 1/2
  • 1/4th

Frage 13

Frage
Which of the following points are true for confidence intervals?
Antworten
  • Confidence Intervals can be built with different degrees of confidence suitable to a user’s needs like 70 %, 90% etc.
  • Greater the sample size, smaller the Confidence Interval
  • There are different confidence intervals for different sample means. For example, a sample mean of 40 will have a different confidence interval from a sample mean of 45.
  • 95% Confidence Interval, does not mean that the probability of a population mean to lie in an interval is 95%. Instead, 95% C.I means that 95% of the Interval estimates will contain the population statistic.
  • All of the above.

Frage 14

Frage
Hypothesis testing lets us identify ________ statistic to be checked against a _________ statistic or statistic of another sample to study any intervention etc.
Antworten
  • Sample, Population
  • Population, Sample

Frage 15

Frage
Null hypothesis is a type of hypothesis in which we assume that sample observations are not by chance. They are affected by some non-random situation. It is denoted by H1 or Ha.
Antworten
  • True
  • False

Frage 16

Frage
Alternate Hypothesis is a type of hypothesis in which we assume that the sample observations are purely by chance. It is denoted by H0.
Antworten
  • True
  • False

Frage 17

Frage
Hypothesis Testing is done on different levels of confidence and makes use of z-score to calculate the probability.
Antworten
  • False
  • True

Frage 18

Frage
For a 95% Confidence Interval, anything above the z-threshold for 95% would reject the null hypothesis.
Antworten
  • False
  • True

Frage 19

Frage
Write down the steps to hypothesis testing.
Antworten
  • write your answer down.
  • check them later after the quiz.

Frage 20

Frage
The significance level, also denoted as alpha or α, is the probability of rejecting the null hypothesis when it is ________.
Antworten
  • True
  • False

Frage 21

Frage
p-value is the probability of obtaining results at least as extreme as the observed results of a statistical hypothesis test, assuming that the null hypothesis is correct.
Antworten
  • True
  • False

Frage 22

Frage
Low enough p-value is ground for rejecting the null hypothesis. We reject the null hypothesis if the p-value is less than the significance level?
Antworten
  • False
  • True

Frage 23

Frage
Type-1 error: Type 1 error is the case when we fail to reject the null hypothesis but actually it is false. The probability of having a type-1 error is called beta(β).
Antworten
  • False
  • True

Frage 24

Frage
Type-2 error: Type 2 error is the case when we reject the null hypothesis but in actual it was true. The probability of having a Type-2 error is called significance level alpha(α).
Antworten
  • True
  • False

Frage 25

Frage
For Type 1 and Type 2 error: α= P (Null hypothesis rejected | Null hypothesis is true) β= P (Null hypothesis accepted | Null hypothesis is false)
Antworten
  • True
  • False

Frage 26

Frage
Power of test is defined as P= 1- Type-2 error = 1 – β Lesser the type-2 error more the power of the hypothesis test.
Antworten
  • True
  • False

Frage 27

Frage
For a Z - test: 1. A Z-test is mainly used when the data is normally distributed. 2. We find the Z-statistic of the sample means and calculate the z-score. 3. Z-test is mainly used when the population mean and standard deviation are given.
Antworten
  • True
  • False

Frage 28

Frage
T-tests are similar to the z-scores, the only difference being that instead of the Population Standard Deviation, we use the Sample Standard Deviation?
Antworten
  • True
  • False

Frage 29

Frage
Z-tests are statistical calculations that can be used to compare population means to a sample's. T-tests are calculations used to test a hypothesis, but they are most useful when we need to determine if there is a statistically significant difference between two independent sample groups.
Antworten
  • True
  • False

Frage 30

Frage
The Degree of Freedom is the number of __________that have the choice of having more than one arbitrary value.
Antworten
  • Variable
  • Sample

Frage 31

Frage
Select the True statement
Antworten
  • 1. Greater the difference between the sample mean and the population mean, greater the chance of rejecting the Null Hypothesis.
  • 2. Greater the sample size, greater the chance of rejection of Null Hypothesis.
  • Both

Frage 32

Frage
One-sample t-test compares the mean of _________ data to a known value.
Antworten
  • Sample
  • Population

Frage 33

Frage
Which of the following points are true for One Sample T- test?
Antworten
  • Determine whether the mean of a group differs from the specified value.
  • Calculate a range of values that are likely to include the population mean.
  • We can run a one-sample T-test when we do not have the population S.D. or we have a sample of size less than 30.
  • All of them.

Frage 34

Frage
We use a two-sample T-test when we want to evaluate whether the mean of the two independent samples is different or not.
Antworten
  • False
  • True

Frage 35

Frage
Two-sample T-test is used to:
Antworten
  • Determine whether the means of two independent groups differ.
  • Calculate a range of values that is likely to include the difference between the population means.
  • Both

Frage 36

Frage
Points to be noted for two sample T-test are: 1. The groups to be tested should be __________ 2. The groups’ distribution should not be highly _________.
Antworten
  • Independent, Skewed
  • Dependent, Normal

Frage 37

Frage
A Independent Samples t-test compare the means for ______ different groups? Samples are __________ of each other?
Antworten
  • Two, Independent
  • Same, Dependent

Frage 38

Frage
A Paired sample t-test compares means from the ______ group at different times? Samples are _________ on each other?
Antworten
  • Same, Dependent
  • Two, Independent

Frage 39

Frage
ANOVA is used to determine whether there are any statistically significant differences between the means of ________ independent (unrelated) groups.
Antworten
  • One
  • Two
  • Three or more

Frage 40

Frage
A one-way ANOVA has ______ independent variable, while a two-way ANOVA has ______.
Antworten
  • One, Two
  • Two, One

Frage 41

Frage
Write down the steps to perform ANOVA.
Antworten
  • Write down the answers
  • Check them later

Frage 42

Frage
Practical applications of ANOVA in modeling are:
Antworten
  • Identifying whether a categorical variable is relevant to a continuous variable.
  • Identifying whether a treatment was effective to the model or not.
  • Both.

Frage 43

Frage
The Chi-Square Test determines whether there is an association between _______ variables (i.e., whether the variables are independent or related).
Antworten
  • Categorical
  • Continuous

Frage 44

Frage
Goodness of fit: It compares two categorical variables to find whether they are related with each other or not.
Antworten
  • True
  • False

Frage 45

Frage
Test of Independence: It determines if sample data of categorical variables matches with population or not.
Antworten
  • True
  • False

Frage 46

Frage
Regression analysis is a form of predictive modelling technique which investigates the relationship between a ___________ (target) and __________ variable (s) (predictor).
Antworten
  • Dependent, Independent
  • Independent, Dependent

Frage 47

Frage
The regression sum of squares describes how well a regression model represents the modeled data. A higher regression sum of squares indicates that the model does not fit the data well?
Antworten
  • True
  • False

Frage 48

Frage
A residual sum of squares (RSS) is a statistical technique used to measure the amount of_________ in a data set that is not explained by a regression model.
Antworten
  • Mean
  • Variance

Frage 49

Frage
Coefficient of Determination (R-Square): It represents the strength of correlation between two variables?
Antworten
  • True
  • False

Frage 50

Frage
Correlation Coefficients are used to measure how strong a relationship is between two variables?
Antworten
  • True
  • False
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Statistics Key Words
Culan O'Meara
SAMPLING
Elliot O'Leary
FREQUENCY TABLES: MODE, MEDIAN AND MEAN
Elliot O'Leary
HISTOGRAMS
Elliot O'Leary
CUMULATIVE FREQUENCY DIAGRAMS
Elliot O'Leary
TYPES OF DATA
Elliot O'Leary
GROUPED DATA FREQUENCY TABLES: MODAL CLASS AND ESTIMATE OF MEAN
Elliot O'Leary
Statistics Vocab
Nabeeha Yusuf
chapter 1,2 statistics
Rigo Sanchez
Statistics, Data and Area (Semester 2 Exam)
meg willmington
Chapter 7: Investigating Data
Sarah L