SUMMARY
This discussion focuses on fitting a plane to sampling data represented by variables x and y, specifically approximating a probability distribution p(x,y) without binning the data. Multiple linear regression is mentioned as a method for finding coefficients that minimize the sum of squared errors, but it requires binning, which the original poster wants to avoid. Instead, the conversation suggests using maximum likelihood estimation and projection techniques, such as orthogonal polynomials, to achieve a fit while ensuring the area under the plane integrates to 1, thus maintaining the properties of a probability distribution.
PREREQUISITES
- Understanding of probability distributions, particularly bi-variate distributions.
- Familiarity with multiple linear regression and least squares fitting.
- Knowledge of maximum likelihood estimation techniques.
- Basic concepts of projection in linear algebra and harmonic analysis.
NEXT STEPS
- Research maximum likelihood estimation for fitting probability distributions without binning data.
- Explore orthogonal polynomials and their applications in approximating functions in multiple dimensions.
- Learn about harmonic analysis and its relevance to data projection techniques.
- Investigate interpolation methods suitable for continuous data fitting, such as piecewise linear interpolation.
USEFUL FOR
Data scientists, statisticians, and researchers involved in statistical modeling, particularly those interested in fitting complex probability distributions without data compression techniques.