24#ifndef _PPE_LIKELIHOOD_H
25#define _PPE_LIKELIHOOD_H
void create_kdtree_prior(LALInferenceRunState *runState)
Create a k-d tree from prior samples.
REAL8 pulsar_log_likelihood(LALInferenceVariables *vars, LALInferenceIFOData *data, LALInferenceModel *get_pulsar_model)
The log likelihood function.
REAL8 noise_only_likelihood(LALInferenceRunState *runState)
Calculate the natural logarithm of the evidence that the data consists of only Gaussian noise The fun...
REAL8 priorFunction(LALInferenceRunState *runState, LALInferenceVariables *params, LALInferenceModel *mode)
void ns_to_posterior(LALInferenceRunState *runState)
Convert an array of nested samples to posterior samples.
REAL8 theta_prior(REAL8 theta)
Prior for angle that is equivalent to an latitude value to give a uniform prior on a sphere.
UINT4 in_range(LALInferenceVariables *priors, LALInferenceVariables *params)
Check that any parameters with minimum and maximum ranges are within that range.
void get_pulsar_model(LALInferenceModel *model)
Defines the pulsar model/template to use.
Header file for the parameter estimation code for known pulsar searches using the nested sampling alg...