Commerce MCQs
Topic Notes: Commerce
MCQs and preparation resources for competitive exams, covering important concepts, past papers, and detailed explanations.
Plato
- Biography: Ancient Greek philosopher (427–347 BCE), student of Socrates and teacher of Aristotle, founder of the Academy in Athens.
- Important Ideas:
- Theory of Forms
- Philosopher-King
- Ideal State
111
What is the specific term for a graph that displays paired data points (Xi, Yi)?
Answer:
Scatter diagram
A scatter diagram, or scatter plot, is a graphical representation used to display the relationship between two numerical variables. Each point on the graph represents an observation (Xi, Yi), allowing researchers to visually identify patterns, trends, or correlations between the variables.
112
Which technique determines the regression line by minimizing the sum of the squared vertical differences between observed and predicted values?
Answer:
least square technique
The method of least squares is a standard approach in regression analysis to approximate the solution of overdetermined systems. By minimizing the sum of the squares of the vertical deviations (residuals) between each data point and the fitted line, this technique ensures the line of best fit is mathematically optimized to represent the underlying trend of the data set.
113
Given the linear transformations x = (9 - U)/3 and y = V - 4, if the correlation coefficient between U and V is -0.93, what is the correlation coefficient between x and y?
Answer:
-0.93
The correlation coefficient is invariant to changes in origin and scale, provided the signs of the scale factors are the same. Here, x is a linear function of U with a negative slope (-1/3) and y is a linear function of V with a positive slope (1). Since one slope is negative and the other is positive, the sign of the correlation coefficient remains unchanged.
114
Which assumption in specification analysis posits that the residual value of one observation is independent of the residual value of any other observation?
Answer:
independence of residuals
The assumption of independence of residuals, often referred to as the absence of autocorrelation, is a critical requirement for valid regression analysis. It implies that the error terms are not correlated with each other. If this assumption is violated, the standard errors of the estimates may be biased, leading to incorrect inferences about the significance of the independent variables in the model.
115
Calculate the correlation coefficient given: Σx = 12, Σy = 42, Σx² = 46, Σy² = 542, Σxy = 157, and n = 4.
Answer:
0.98
Using the Pearson correlation formula: r = [nΣxy - (Σx)(Σy)] / sqrt([nΣx² - (Σx)²][nΣy² - (Σy)²]). Substituting the values: [4(157) - (12)(42)] / sqrt([4(46) - 144][4(542) - 1764]) = [628 - 504] / sqrt([184 - 144][2168 - 1764]) = 124 / sqrt(40 * 404) = 124 / 127.12 = 0.975, which rounds to 0.98.
116
Which of the following are recognized methods for calculating correlation coefficients?
Answer:
1, 2 and 5
Correlation analysis measures the strength and direction of the relationship between two variables. Karl Pearson's coefficient, Spearman's rank correlation, and the concurrent deviation method are standard statistical techniques used to quantify this relationship. Yule's method and the coefficient of contingency are typically associated with association of attributes rather than correlation of variables, making option C the standard academic choice.
117
Within the quantitative analysis process for estimating a cost function, what is the second step?
Answer:
choose independent variable
In the systematic process of cost function estimation, after identifying the dependent variable (the cost to be predicted), the second step is to select the appropriate independent variable or cost driver. This variable is the factor that is expected to influence or cause changes in the dependent variable, which is essential for building an accurate and reliable regression model for cost behavior analysis.
118
How is Karl Pearson's coefficient of correlation defined in relation to regression coefficients?
Answer:
the square root of the product of their regression coefficients
Karl Pearson's correlation coefficient (r) is the geometric mean of the two regression coefficients, denoted as bxy and byx. Mathematically, r = ±sqrt(bxy * byx). This relationship holds because both regression coefficients share the same sign, which determines the sign of the correlation coefficient.
119
Which of the following is not a recognized method for calculating correlation?
Answer:
Fisher's correlation coefficient
Karl Pearson's coefficient, Spearman's rank correlation, and the concurrent deviation method are standard statistical techniques. While Fisher developed the 'z-transformation' for correlation coefficients, 'Fisher's correlation coefficient' is not a standard primary method for calculating correlation in basic statistics.
120
What is the mathematical definition of Karl Pearson's coefficient of correlation (r) between two variables x and y?
Answer:
None of the above
Karl Pearson's coefficient of correlation is defined as the covariance of the two variables divided by the product of their standard deviations. Since option C refers to the geometric mean of regression coefficients (which is equal to r), and option A and B are incomplete, D is the correct choice. The formula is r = Cov(x,y) / (σx * σy).