Curve Fitting and Theory of Attributes - One Line Questions

1. What is the range of Yule's coefficient of association? -1 to 1
2. What is the 'coefficient of contingency'? A measure of association for attributes, derived from chi-squared.
3. In the theory of attributes, what is an 'attribute'? A characteristic that can be classified into categories.
4. In the theory of attributes, what is a 'dichotomous attribute'? An attribute with two categories.
5. What does 'classification' refer to in the theory of attributes? Grouping data based on attributes.
6. In the theory of attributes, 'manifold classification' refers to: Classification based on three or more attributes.
7. If Yule's coefficient of association is -1, it implies: Complete disassociation.
8. If Yule's coefficient of association is 1, it implies: Complete association.
9. The theory of attributes is concerned with the statistical analysis of: Categorical data.
10. In the context of curve fitting, what is interpolation? Estimating values within the range of observed data.
11. What is extrapolation in curve fitting? Estimating values outside the range of observed data.
12. Which type of curve is characterized by a constant rate of change? Linear Curve
13. The 'contingency table' is a tool used in the theory of attributes to display: Frequencies of relationships between two or more attributes.
14. What does the notation (A'B) represent in the theory of attributes? Frequency of not A and B.
15. Which notation is commonly used to represent an attribute? Roman letters (e.g., A, B)
16. Which of the following is an example of an attribute? Color of eyes
17. What is the primary difference between interpolation and extrapolation? Interpolation estimates within the data range, while extrapolation estimates outside.
18. 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: Direct
19. Which curve fitting technique aims to find a curve that passes through all data points? Interpolation
20. Which type of curve is described by the equation y = a * e^(bx)? Exponential
21. The chi-squared test is often used in the theory of attributes to test for: Goodness of fit and independence of attributes.
22. A curve of the form y = a + bx + cx^2 represents a: Quadratic function
23. The equation y = a + b/x represents a type of curve that is: Linear in a and b.
24. Which type of curve fitting is most appropriate for data that shows a sinusoidal pattern? Fourier Analysis
25. Which method is suitable for fitting a curve when the relationship is expected to be exponential? Linear regression on the logarithm of the dependent variable.
26. Which method is commonly used for curve fitting to minimize the sum of squared differences between observed and predicted values? Least Squares Method
27. What is a common measure of 'goodness of fit' for linear regression? R-squared (Coefficient of Determination)
28. The method of moments is an alternative approach to curve fitting that involves: Equating sample moments to theoretical moments.
29. If two attributes are independent, what is the relationship between their observed and expected frequencies? Observed frequencies are equal to expected frequencies.
30. Which of the following is a method for estimating parameters in non-linear curve fitting? Iterative methods like Gauss-Newton
31. Which of the following is NOT a type of curve that can be fitted to data? Triangle
32. The theory of attributes deals with data that is: Qualitative and categorical.
33. Which of the following is a common form of curve fitting for time series data that exhibits a trend and seasonality? ARIMA models
34. In the theory of attributes, the principle of inclusion-exclusion is used to calculate: The frequency of the union of attributes.
35. In the theory of attributes, what is meant by 'partial association'? The association between two attributes when the effect of a third attribute is controlled.
36. In the context of curve fitting, what does 'goodness of fit' measure? How well the curve represents the observed data.
37. What is the 'association' of attributes? The relationship or dependence between two or more attributes.
38. What does the notation (AB) represent in the theory of attributes? The frequency of both attributes A and B.
39. The term 'Yule's coefficient of association' is used to measure: The degree of association between two attributes.
40. The 'colligation' of attributes is a concept related to: The interdependence of attributes.
41. If a curve fitting model has a high R-squared value, it suggests: A large proportion of the variance in the dependent variable is explained by the independent variable(s).
42. When fitting a curve, what does 'underfitting' mean? The model is too simple and does not capture the underlying trend.
43. What does the notation N represent in the context of attributes? The total number of observations.
44. What is a residual in the context of curve fitting? The difference between the observed and predicted values.
45. What does A' denote in the theory of attributes? The absence of attribute A.
46. In the theory of attributes, what is the 'universe of discourse'? The entire collection of data being considered.
47. What is the relationship between the method of least squares and the maximum likelihood estimation for linear regression with normally distributed errors? They yield the same parameter estimates.
48. What is the primary goal of curve fitting? To find the best-fitting curve that represents the relationship between variables in a dataset.
49. What is the main challenge when fitting a polynomial of very high degree to a dataset? Overfitting