20#ifndef __UPPERLIMITS_H__
21#define __UPPERLIMITS_H__
p
RUN ANALYSIS SCRIPT ###.
void destroyUpperLimitStruct(UpperLimit *ul)
Free an UpperLimit structure.
REAL8 gsl_ncx2cdf_withouttinyprob_solver(const REAL8 x, void *p)
REAL8 gsl_ncx2cdf_solver(const REAL8 x, void *p)
void destroyUpperLimitVector(UpperLimitVector *vector)
Free an UpperLimitVector.
INT4 skypoint95UL(UpperLimit *ul, const UserInput_t *params, const ffdataStruct *ffdata, const ihsMaximaStruct *ihsmaxima, const ihsfarStruct *ihsfar, const REAL4VectorAligned *fbinavgs)
Determine the 95% confidence level upper limit at a particular sky location from the loudest IHS valu...
UpperLimitVector * resizeUpperLimitVector(UpperLimitVector *vector, const UINT4 length)
Resize an UpperLimitVector.
REAL8 ncx2cdf_withouttinyprob_withmatlabchi2cdf_solver(const REAL8 x, void *p)
UpperLimitVector * createUpperLimitVector(const UINT4 length)
Allocate a new UpperLimitVector.
REAL8 gsl_ncx2cdf_float_solver(const REAL8 x, void *p)
REAL8 gsl_ncx2cdf_float_withouttinyprob_solver(const REAL8 x, void *p)
void resetUpperLimitStruct(UpperLimit *ul)
Reset an UpperLimitStruct.
INT4 outputUpperLimitToFile(const CHAR *outputfile, const UpperLimit ul, const BOOLEAN printAllULvalues)
Output the highest upper limit to a file unless printAllULvalues==1 in which case,...
REAL8 ncx2cdf_float_withouttinyprob_withmatlabchi2cdf_solver(const REAL8 x, void *p)