Discussion Overview
The discussion revolves around finding a surface equation in the form of a function f(x,y) that fits a set of 66 data points using multiple polynomial regression techniques. Participants explore methods for approximation, including interpolation and least squares, and discuss the implications of different approaches for graphing the surface.
Discussion Character
- Technical explanation
- Mathematical reasoning
- Homework-related
Main Points Raised
- One participant seeks assistance in deriving a surface equation from a dataset of points.
- Another participant questions whether the approximation must pass through all data points or if a general approximation is acceptable, suggesting that the latter could simplify the process using least squares.
- A participant proposes using least squares with a high coefficient of determination (r2=0.999999) but emphasizes the need for an equation to graph the surface.
- It is suggested that multilinear regression can be performed using a design matrix of two-dimensional monomials, with an example of a third-degree polynomial provided.
- Concerns are raised about the trade-off between the degree of fit and the potential for numerical ill-conditioning as the polynomial order increases.
- Participants discuss methods for implementing the regression analysis in Excel, mentioning the Regression tool from the Analysis Toolpak and the LINEST function as viable options.
Areas of Agreement / Disagreement
Participants express varying opinions on the necessity of exact data point fitting versus general approximation, indicating a lack of consensus on the best approach to take.
Contextual Notes
Participants mention the potential complexity of higher-order polynomials and the implications for numerical stability, but do not resolve these concerns.