Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInference 4.1.9.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALInferenceDistanceMarg.h
Go to the documentation of this file.
1//
2// LALInferenceDistanceMarg.h
3//
4//
5// Created by John Veitch on 20/03/2018.
6//
7
8#ifndef LALInferenceDistanceMarg_h
9#define LALInferenceDistanceMarg_h
10
11#include <stdio.h>
12
13/**
14 * Compute the integral
15 Int p(d | D, rho_opt, rho_mf) dD
16 * D is luminosity distance
17 * rho_opt is optimal SNR at 1 Mpc
18 * rho_mf is <d|h> at 1 Mpc
19 */
20double dist_integral(double rho_opt, double rho_match, double dist_min, double dist_max);
21
22double dist_snr_pdf(double dL, void *args);
23
24#endif /* LALInferenceDistanceMarg_h */
double dist_integral(double rho_opt, double rho_match, double dist_min, double dist_max)
Compute the integral Int p(d | D, rho_opt, rho_mf) dD D is luminosity distance rho_opt is optimal SNR...
double dist_snr_pdf(double dL, void *args)
args