Discussion Overview
The discussion revolves around the appropriate use of weights in weighted least squares (WLS) fitting when dealing with data points that have associated errors in both x and y dimensions. Participants explore different approaches to determining weights based on error propagation and the nature of the data.
Discussion Character
- Technical explanation
- Debate/contested
- Mathematical reasoning
Main Points Raised
- One participant questions whether to use 1/(xi_err^2 + yi_err^2) as the weight in WLS fitting, expressing uncertainty about the correct approach.
- Another participant argues against using equal weights for x and y errors, suggesting that this is only valid if the slope is known to be 1, which is not the case when fitting.
- A participant provides context about the data being properties of a celestial object and mentions using Monte Carlo methods for error propagation, seeking clarification on the correct weight choice.
- It is suggested that 1/sigma^2 is a common choice for weighting, with sigma potentially referring to sample variance, though this is not universally agreed upon.
- One participant proposes a method for determining weights based on the slope of the data, indicating that using weights of the form 1/(m^2 * sigma_x^2 + sigma_y^2) can be effective in practical applications.
- Another participant expresses confusion about the meaning of sigma, questioning whether it refers to values from error bars or requires calculation from data points, and receives confirmation that measured values from error bars can be used.
Areas of Agreement / Disagreement
Participants express differing views on the appropriate method for determining weights in WLS fitting, with no consensus reached on a single correct approach. Some suggest using 1/sigma^2 while others propose more complex methods involving the slope of the data.
Contextual Notes
There is uncertainty regarding the definitions of sigma and its application in this context, as well as the implications of using different weighting methods on the fitting results.