30#include <gsl/gsl_roots.h>
41"Usage: %s [options]\n\n"\
42" --grid perform the posterior evalution on a 1D grid over the\n\
43 parameter given by --gridpar\n"\
44" --gridpar The parameter over which to perform the 1D posterior\n\
46" --gridmin The lower end of the range over which to evaluate the\n\
47 paramter given by --gridpar\n"\
48" --gridmax The upper end of the range over which to evaluate the\n\
49 paramter given by --gridpar\n"\
50" --gridsteps The number of points in the grid\n"\
void test_gaussian_output(LALInferenceRunState *runState)
Output the analytic evidence for the test Gaussian likelihood and a 95% upper limit.
REAL8 test_gaussian_log_likelihood(LALInferenceVariables *vars, LALInferenceIFOData *data, LALInferenceModel *get_model)
Test the sampler using a Gaussian likelihood.
void compare_likelihoods(LALInferenceRunState *rs)
Read in an ascii text file of nested samples and compare the log likelihoods.
void outputPriorSamples(LALInferenceRunState *runState)
Output a number of prior samples based on the initial live points.
void gridOutput(LALInferenceRunState *runState)
A test function to calculate a 1D posterior on a grid.
Header file for the helper functions for the parameter estimation code for known pulsar searches usin...
Header file for the parameter estimation code for known pulsar searches using the nested sampling alg...