Curve Fitting and Theory of Attributes - Question Bank

1. Which type of curve fitting is most appropriate for data that shows a sinusoidal pattern?
A) Linear Regression
B) Polynomial Regression
C) Fourier Analysis
D) Logistic Regression
2. In the theory of attributes, what is the 'universe of discourse'?
A) The set of all possible attributes.
B) The entire collection of data being considered.
C) A specific category within an attribute.
D) The result of a statistical test.
3. What is the primary difference between interpolation and extrapolation?
A) Interpolation uses more data points than extrapolation.
B) Interpolation estimates within the data range, while extrapolation estimates outside.
C) Extrapolation is always more accurate than interpolation.
D) Interpolation is used for qualitative data, extrapolation for quantitative data.
4. If a curve fitting model has a high R-squared value, it suggests:
A) The model is likely underfitting the data.
B) The model is likely overfitting the data.
C) A large proportion of the variance in the dependent variable is explained by the independent variable(s).
D) The independent variables have no relationship with the dependent variable.
5. The theory of attributes is concerned with the statistical analysis of:
A) Continuous numerical data.
B) Discrete numerical data.
C) Categorical data.
D) Time series data.
6. Which curve fitting technique aims to find a curve that passes through all data points?
A) Least Squares Regression
B) Interpolation
C) Extrapolation
D) Spline Fitting
7. What is the 'coefficient of contingency'?
A) A measure of association for quantitative variables.
B) A measure of association for attributes, derived from chi-squared.
C) A measure of goodness of fit for linear regression.
D) A measure of correlation.
8. In the theory of attributes, what is meant by 'partial association'?
A) The association between two attributes when the effect of a third attribute is controlled.
B) The total association between two attributes.
C) The absence of association.
D) The association in a contingency table with only two cells.
9. Which of the following is a common form of curve fitting for time series data that exhibits a trend and seasonality?
A) Simple linear regression
B) Exponential smoothing
C) ARIMA models
D) Polynomial regression
10. What does the notation N represent in the context of attributes?
A) The number of attributes.
B) The total number of observations.
C) The frequency of a specific attribute.
D) The sample size for a specific category.
11. The 'contingency table' is a tool used in the theory of attributes to display:
A) Frequencies of quantitative variables.
B) Frequencies of relationships between two or more attributes.
C) The parameters of a fitted curve.
D) The residuals of a model.
12. What is the relationship between the method of least squares and the maximum likelihood estimation for linear regression with normally distributed errors?
A) They are unrelated.
B) They yield different parameter estimates.
C) They yield the same parameter estimates.
D) MLE is only for non-linear models.
13. In the theory of attributes, what is a 'dichotomous attribute'?
A) An attribute with three categories.
B) An attribute with two categories.
C) An attribute with many categories.
D) A quantitative attribute.
14. Which of the following is a method for estimating parameters in non-linear curve fitting?
A) Ordinary Least Squares (OLS)
B) Maximum Likelihood Estimation (MLE) for linear models
C) Iterative methods like Gauss-Newton
D) Simple Averaging
15. What does the notation (A'B) represent in the theory of attributes?
A) Frequency of attribute A and B.
B) Frequency of attribute A and not B.
C) Frequency of not A and B.
D) Frequency of not A and not B.
16. When fitting a curve, what does 'underfitting' mean?
A) The model is too complex and captures noise.
B) The model is too simple and does not capture the underlying trend.
C) The model fits the training data perfectly.
D) The model performs well on unseen data.
17. The chi-squared test is often used in the theory of attributes to test for:
A) Linear association.
B) Goodness of fit and independence of attributes.
C) Correlation coefficient.
D) Regression parameters.
18. What is a residual in the context of curve fitting?
A) The predicted value of the dependent variable.
B) The observed value of the dependent variable.
C) The difference between the observed and predicted values.
D) The slope of the fitted curve.
19. Which method is suitable for fitting a curve when the relationship is expected to be exponential?
A) Linear regression on the original data.
B) Linear regression on the logarithm of the dependent variable.
C) Polynomial regression.
D) Non-linear least squares.
20. In the theory of attributes, the principle of inclusion-exclusion is used to calculate:
A) The association between attributes.
B) The frequency of the union of attributes.
C) The expected frequencies.
D) The goodness of fit.
21. The equation y = a + b/x represents a type of curve that is:
A) Linear in a and b.
B) Quadratic.
C) Exponential.
D) Logarithmic.
22. Which type of curve is described by the equation y = a * e^(bx)?
A) Linear
B) Quadratic
C) Exponential
D) Logarithmic
23. What is extrapolation in curve fitting?
A) Estimating values within the range of observed data.
B) Estimating values outside the range of observed data.
C) Determining the degree of a polynomial.
D) Calculating the standard deviation.
24. In the context of curve fitting, what is interpolation?
A) Estimating values outside the range of observed data.
B) Estimating values within the range of observed data.
C) Finding the best-fitting curve.
D) Identifying outliers.
25. What does the notation (AB) represent in the theory of attributes?
A) The frequency of attribute A only.
B) The frequency of attribute B only.
C) The frequency of both attributes A and B.
D) The total frequency.
26. The 'colligation' of attributes is a concept related to:
A) The interdependence of attributes.
B) The independence of attributes.
C) The measurement of association.
D) The classification of data.
27. If Yule's coefficient of association is -1, it implies:
A) Complete association.
B) Complete disassociation.
C) No association.
D) Partial association.
28. If Yule's coefficient of association is 1, it implies:
A) Complete disassociation.
B) Complete association.
C) No association.
D) Partial association.
29. What is the range of Yule's coefficient of association?
A) 0 to 1
B) -1 to 1
C) -∞ to ∞
D) 0 to ∞
30. The term 'Yule's coefficient of association' is used to measure:
A) The goodness of fit of a curve.
B) The degree of association between two attributes.
C) The correlation between two quantitative variables.
D) The variance of a dataset.
31. What does A' denote in the theory of attributes?
A) The presence of attribute A.
B) The absence of attribute A.
C) The total number of observations.
D) The frequency of attribute A.
32. Which notation is commonly used to represent an attribute?
A) Greek letters (e.g., α, β)
B) Roman letters (e.g., A, B)
C) Numbers (e.g., 1, 2)
D) Mathematical symbols (e.g., +, -, *)
33. If two attributes are independent, what is the relationship between their observed and expected frequencies?
A) Observed frequencies are always higher than expected.
B) Observed frequencies are always lower than expected.
C) Observed frequencies are equal to expected frequencies.
D) There is no consistent relationship.
34. What is the 'association' of attributes?
A) The difference between observed and expected frequencies.
B) The relationship or dependence between two or more attributes.
C) The sum of all frequencies in a dataset.
D) The process of fitting a curve.
35. In the theory of attributes, 'manifold classification' refers to:
A) Classification based on a single attribute.
B) Classification based on two attributes.
C) Classification based on three or more attributes.
D) Classification based on quantitative data.
36. What does 'classification' refer to in the theory of attributes?
A) Arranging data in ascending order.
B) Grouping data based on attributes.
C) Calculating the mean of a dataset.
D) Fitting a curve to data points.
37. Which of the following is an example of an attribute?
A) Height
B) Weight
C) Color of eyes
D) Temperature
38. In the theory of attributes, what is an 'attribute'?
A) A numerical value.
B) A characteristic that can be classified into categories.
C) A relationship between two variables.
D) A statistical model.
39. The theory of attributes deals with data that is:
A) Quantitative and continuous.
B) Quantitative and discrete.
C) Qualitative and categorical.
D) Qualitative and continuous.
40. What is the main challenge when fitting a polynomial of very high degree to a dataset?
A) Underfitting
B) Overfitting
C) Linearity
D) Convexity
41. Which of the following is NOT a type of curve that can be fitted to data?
A) Parabola
B) Hyperbola
C) Circle
D) Triangle
42. When fitting a curve, if the independent variable is plotted on the x-axis and the dependent variable on the y-axis, the relationship is described as:
A) Inverse
B) Direct
C) Correlated
D) Regressed
43. What is a common measure of 'goodness of fit' for linear regression?
A) Mean Squared Error (MSE)
B) R-squared (Coefficient of Determination)
C) Root Mean Squared Error (RMSE)
D) Adjusted R-squared
44. The method of moments is an alternative approach to curve fitting that involves:
A) Minimizing the sum of absolute errors.
B) Equating sample moments to theoretical moments.
C) Maximizing the probability of observing the data.
D) Reducing the dimensionality of the data.
45. A curve of the form y = a + bx + cx^2 represents a:
A) Linear function
B) Quadratic function
C) Exponential function
D) Logarithmic function
46. Which type of curve is characterized by a constant rate of change?
A) Exponential Curve
B) Polynomial Curve
C) Linear Curve
D) Logarithmic Curve
47. In the context of curve fitting, what does 'goodness of fit' measure?
A) The complexity of the fitted curve.
B) How well the curve represents the observed data.
C) The number of data points used in fitting.
D) The speed of the fitting algorithm.
48. Which method is commonly used for curve fitting to minimize the sum of squared differences between observed and predicted values?
A) Maximum Likelihood Estimation
B) Bayesian Inference
C) Least Squares Method
D) Principal Component Analysis
49. What is the primary goal of curve fitting?
A) To find the exact mathematical equation of a dataset.
B) To find the best-fitting curve that represents the relationship between variables in a dataset.
C) To identify outliers in a dataset.
D) To perform statistical hypothesis testing.