Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bayesian statistics #12

Open
4 tasks
clarkedavida opened this issue Feb 18, 2023 · 0 comments
Open
4 tasks

bayesian statistics #12

clarkedavida opened this issue Feb 18, 2023 · 0 comments
Assignees

Comments

@clarkedavida
Copy link
Owner

clarkedavida commented Feb 18, 2023

i've been learning a lot about bayesian statistics. here's some stuff to add:

  • something about the philosophy of it. you're using Data analysis: a Bayesian tutorial, which is a great book
  • start with posterior pdf for fit parameters. taylor expand about the point x_0 of maximum probability. leading order term drops off by defn. next term is quadratic, and is a measure of the spread of the pdf about x_0. the true pdf of the fit parameters should be gaussian (according to CLT and Bayes). we want to compute the variance in the standard way, but we can't because the true pdf depends on a true mean and true spread we don't know a priori. this quadratic term in the expansion, however, has no dependence on these true values, since we are evaluating at the "most likely result", which we take to be the result of our fit. approximating our original pdf by exp(quadratic) only leads to the chi2 distribution. using this approximation, calculating the covariance leads to the inverse hessian of the chi2 distribution.
  • in n-d, the leading-order term can be expressed as a matrix equation. the eigenvectors of that matrix are the principal axes of an ellipsoid, at least when the matrix equation is a constant (contour plot). the length along each vector is related to the corresponding eigenvalue
  • add something in a math section somewhere about general ellipsoids and principal axis theorem? https://www.maa.org/external_archive/joma/Volume8/Kalman/General.html
@clarkedavida clarkedavida self-assigned this Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant