Bayes' theorem combines our prior knowledge about an event with evidence from data to provide a ________ probability.
- joint
- marginal
- posterior
- prior
The theorem combines our prior knowledge (the prior probability) and evidence (the likelihood) to provide a new, updated probability of an event (the posterior probability).
What are the components of a confidence interval?
- The population mean, the margin of error, and the level of confidence
- The population mean, the sample size, and the standard error
- The sample mean, the margin of error, and the level of confidence
- The sample mean, the population size, and the standard deviation
A confidence interval is composed of three parts: a point estimate (the sample mean), a margin of error (which depends on the standard error and the Z-value or T-value), and the level of confidence (which indicates the probability that the interval estimate contains the population parameter).
What are the common techniques used for model selection in multiple regression?
- Chi-square test
- F-test
- Forward selection, backward elimination, and stepwise regression.
- T-test
Techniques like forward selection, backward elimination, and stepwise regression are commonly used for model selection in multiple regression.
The presence of a pattern in the residuals of a multiple linear regression model can indicate violations of the ________ assumption.
- homoscedasticity
- independence
- linearity
- normality
The presence of a pattern in the residuals of a multiple linear regression model can indicate a violation of the independence assumption. This assumption requires that the residuals, which are the differences between the observed and predicted values of the dependent variable, are independent of each other. If a pattern is observed in the residuals, it may indicate that the residuals are not independent, and the model may not provide valid results.
What type of data can be further classified as discrete and continuous?
- Categorical data
- Nominal data
- Qualitative data
- Quantitative data
Quantitative data can be further classified as discrete and continuous. Discrete data is countable and has a finite number of possible values, such as the number of students in a class. Continuous data can take any value within a given range, such as the weight of a person.
How do outliers affect the skewness of a dataset?
- Depends on the direction of the outliers
- They decrease skewness
- They do not affect skewness
- They increase skewness
Outliers can have a big impact on the skewness of a dataset. If the outlier is greater than the rest of the data, it will pull the skewness positive, and if it is less than the rest of the data, it will pull the skewness negative.
The Sign Test ignores the ________ of the differences between paired observations.
- direction
- distribution
- magnitude
- nan
The Sign Test ignores the magnitude of the differences between paired observations, and only considers the sign of the differences.
How does the sample size affect the width of the confidence interval?
- Larger sample size makes the interval narrower
- Larger sample size makes the interval wider
- Sample size has no effect on the interval
- nan
Larger sample sizes reduce the standard error and thus, the width of the confidence interval becomes narrower. This means that with larger samples, our estimates are more precise.
How is the Kaiser-Meyer-Olkin (KMO) measure of sampling adequacy used in factor analysis?
- It is used to assess the appropriateness of factor analysis
- It is used to determine the number of factors to retain
- It is used to test the assumption of homoscedasticity
- It is used to test the assumption of normality
The Kaiser-Meyer-Olkin (KMO) measure is a measure of how suitable the data is for factor analysis. It determines the adequacy for each observed variable and for the complete model. KMO estimates vary between 0 and 1. A value of 0 indicates that the sum of partial correlations is large relative to the sum correlations, implying diffusion in the pattern of correlations (hence, factor analysis will be likely inappropriate).
Which technique is commonly used for clustering data in a database?
- Indexing
- K-means clustering
- Normalization
- Sorting
K-means clustering is a commonly used technique for clustering data in a database. It is an unsupervised learning algorithm that partitions data into k clusters based on their attributes' similarity. K-means clustering is widely used for data analysis and segmentation tasks.