Discussion Overview
The discussion revolves around fitting a power law model to a set of data points where the dependent variable is Gamma distributed. Participants explore the probability distributions of the fit parameters, specifically focusing on the parameters a and b in the model y=a(x)b. The conversation includes considerations of analytical approaches versus simulation methods for estimating these distributions.
Discussion Character
- Exploratory
- Technical explanation
- Mathematical reasoning
- Debate/contested
Main Points Raised
- One participant seeks an analytical method to determine the distributions of the fit parameters a and b, suggesting that a Monte Carlo approach could be a fallback.
- Another participant notes the importance of the objective function used and mentions that maximum likelihood estimates based on independent variates are asymptotically normal.
- A participant proposes transforming the model using logarithms to apply ordinary least squares fitting, while noting the asymmetry in the distribution of b due to the nature of the data points.
- There is a suggestion to consider generalized linear models (GLM) as an alternative to least squares fitting, with a participant expressing a lack of familiarity with the method.
- One participant shares their experience with GLM fits, indicating that it worked well for their application compared to least squares fitting.
- A formula for the parameters a and b is provided, along with a suggestion to explore the characteristic function for further insights into the distribution.
Areas of Agreement / Disagreement
Participants express varying opinions on the best approach to take, with some favoring Monte Carlo simulations while others suggest generalized linear models. There is no consensus on a definitive method for determining the distributions of the fit parameters.
Contextual Notes
Participants highlight limitations due to the small sample size of four data points, which may affect the applicability of asymptotic properties. The discussion also reflects uncertainty regarding the use of GLMs and the specific analytical techniques available for this type of data.