Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
basics_gwinf [2022/08/19 07:32]
theoastro
basics_gwinf [2022/08/19 08:55] (current)
theoastro
Line 3: Line 3:
 === The General Idea  === === The General Idea  ===
 [[https://en.wikipedia.org/wiki/Statistical_inference|Statistical inference]] refers to any method that tries to infer knowledge on an underlying distribution, e.g. neutron star masses, from the analysis of a limited dataset, e.g. observed neutron stars. In the specific case of [[https://en.wikipedia.org/wiki/Bayesian_inference|Bayesian Inference]] this is done by applying Bayes' theorem. [[https://en.wikipedia.org/wiki/Statistical_inference|Statistical inference]] refers to any method that tries to infer knowledge on an underlying distribution, e.g. neutron star masses, from the analysis of a limited dataset, e.g. observed neutron stars. In the specific case of [[https://en.wikipedia.org/wiki/Bayesian_inference|Bayesian Inference]] this is done by applying Bayes' theorem.
-The sought-after//posterior// distribution results from reweighting a certain //prior// distribution by how well it satisfies certain data constraints that are expressed by a likelihood function.+The sought-after//posterior// distribution results from reweighting a certain //prior// distribution by how well it satisfies certain data constraints that are expressed by a likelihood function.  
 +For compact binary coalescences, the likelihood could evaluate how well a waveform generated from certain binary parameters matches an observed waveform.
  
 === Bilby  === === Bilby  ===
-In the context of astrophysical parameter estimation, the prior and posterior may refer to the parameter space of compact systems, comprising masses, kinetic and angular quantities, and many more. These distributions are usually continuous quantities and thus need to be discretized for numerical treatment. As the number of parameters increases, the numerical cost to cover it quickly becomes prohibitive, even for a very coarse discretization of the parameter space. **Bilby**, the **B**ayesian **i**nference **l**i**b**rar**y** provides convenient routines to evade this problem by implementing the ideas of [[https://dynesty.readthedocs.io/en/latest/overview.html|Nested Sampling]], tailored to the needs of compact binary coalescence research.+In the context of astrophysical parameter estimation, the prior and posterior may refer to the full parameter space of compact systems, comprising masses, kinetic and angular quantities, and many more. These distributions are usually continuous quantities and thus need to be discretized for numerical treatment. As the number of parameters increases, the numerical cost to cover it quickly becomes prohibitive, even for a very coarse discretization of the parameter space. **Bilby**, the **B**ayesian **i**nference **l**i**b**rar**y** provides convenient routines to evade this problem by implementing the ideas of [[https://dynesty.readthedocs.io/en/latest/overview.html|Nested Sampling]], tailored to the needs of compact binary coalescence research.
  
  The fundamental idea is that //for any meaningful inference, the posterior should peak in a much narrower region of parameter space than the prior//. Instead of drawing samples that cover prior space uniformly, nested sampling algorithms draw samples from nested shells of increasing likelihood that naturally contract around the posterior distrubition's [[https://en.wikipedia.org/wiki/Mode_(statistics)|modes]].  The fundamental idea is that //for any meaningful inference, the posterior should peak in a much narrower region of parameter space than the prior//. Instead of drawing samples that cover prior space uniformly, nested sampling algorithms draw samples from nested shells of increasing likelihood that naturally contract around the posterior distrubition's [[https://en.wikipedia.org/wiki/Mode_(statistics)|modes]].
Last modified: le 2022/08/19 07:32