Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cdfwchisq.c File Reference

Prototypes

REAL8 exp1 (REAL8 x)
 
REAL8 twospect_log_1plusx (REAL8 x)
 
REAL8 twospect_log_1plusx_mx (REAL8 x)
 
void order (qfvars *vars)
 
int compar (void *p, const void *a, const void *b)
 
REAL8 errbound (qfvars *vars, REAL8 u, REAL8 *cx)
 
REAL8 errbound_twospect (qfvars *vars, REAL8 u, REAL8 *cx)
 
REAL8 cutoff (qfvars *vars, REAL8 accx, REAL8 *upn)
 
REAL8 cutoff_twospect (qfvars *vars, REAL8 accx, REAL8 *upn)
 
REAL8 truncation (qfvars *vars, REAL8 u, REAL8 tausq)
 
REAL8 truncation_twospect (qfvars *vars, REAL8 u, REAL8 tausq)
 
void findu (qfvars *vars, REAL8 *utx, REAL8 accx)
 
void findu_twospect (qfvars *vars, REAL8 *utx, REAL8 accx)
 
void integrate (qfvars *vars, INT4 nterm, REAL8 interv, REAL8 tausq, INT4 mainx)
 
void integrate_twospect (qfvars *vars, INT4 nterm, REAL8 interv, REAL8 tausq, INT4 mainx)
 
void integrate_eg (qfvars *vars, INT4 nterm, REAL8 interv, REAL8 tausq, INT4 mainx)
 
void integrate_twospect2 (qfvars *vars, INT4 nterm, REAL8 interv, REAL8 tausq, INT4 mainx)
 
INT4 fast_integrate_twospect2 (qfvars *vars, INT4 nterm, REAL8 interv, REAL8 tausq, INT4 mainx)
 
REAL8 coeff (qfvars *vars, REAL8 x)
 
REAL8 coeff_twospect (qfvars *vars, REAL8 x)
 
REAL8 cdfwchisq (qfvars *vars, REAL8 sigma, REAL8 acc, INT4 *ifault)
 
REAL8 cdfwchisq_twospect (qfvars *vars, REAL8 sigma, REAL8 acc, INT4 *ifault)
 

Go to the source code of this file.

Function Documentation

◆ exp1()

REAL8 exp1 ( REAL8  x)

Definition at line 35 of file cdfwchisq.c.

◆ twospect_log_1plusx()

REAL8 twospect_log_1plusx ( REAL8  x)

Definition at line 45 of file cdfwchisq.c.

◆ twospect_log_1plusx_mx()

REAL8 twospect_log_1plusx_mx ( REAL8  x)

Definition at line 49 of file cdfwchisq.c.

◆ order()

void order ( qfvars vars)

Definition at line 56 of file cdfwchisq.c.

◆ compar()

int compar ( void *  p,
const void *  a,
const void *  b 
)

Definition at line 67 of file cdfwchisq.c.

◆ errbound()

REAL8 errbound ( qfvars vars,
REAL8  u,
REAL8 cx 
)

Definition at line 94 of file cdfwchisq.c.

◆ errbound_twospect()

REAL8 errbound_twospect ( qfvars vars,
REAL8  u,
REAL8 cx 
)

Definition at line 117 of file cdfwchisq.c.

◆ cutoff()

REAL8 cutoff ( qfvars vars,
REAL8  accx,
REAL8 upn 
)

Definition at line 140 of file cdfwchisq.c.

◆ cutoff_twospect()

REAL8 cutoff_twospect ( qfvars vars,
REAL8  accx,
REAL8 upn 
)

Definition at line 180 of file cdfwchisq.c.

◆ truncation()

REAL8 truncation ( qfvars vars,
REAL8  u,
REAL8  tausq 
)

Definition at line 222 of file cdfwchisq.c.

◆ truncation_twospect()

REAL8 truncation_twospect ( qfvars vars,
REAL8  u,
REAL8  tausq 
)

Definition at line 289 of file cdfwchisq.c.

◆ findu()

void findu ( qfvars vars,
REAL8 utx,
REAL8  accx 
)

Definition at line 349 of file cdfwchisq.c.

◆ findu_twospect()

void findu_twospect ( qfvars vars,
REAL8 utx,
REAL8  accx 
)

Definition at line 385 of file cdfwchisq.c.

◆ integrate()

void integrate ( qfvars vars,
INT4  nterm,
REAL8  interv,
REAL8  tausq,
INT4  mainx 
)

Definition at line 421 of file cdfwchisq.c.

◆ integrate_twospect()

void integrate_twospect ( qfvars vars,
INT4  nterm,
REAL8  interv,
REAL8  tausq,
INT4  mainx 
)

Definition at line 457 of file cdfwchisq.c.

◆ integrate_eg()

void integrate_eg ( qfvars vars,
INT4  nterm,
REAL8  interv,
REAL8  tausq,
INT4  mainx 
)

Definition at line 492 of file cdfwchisq.c.

◆ integrate_twospect2()

void integrate_twospect2 ( qfvars vars,
INT4  nterm,
REAL8  interv,
REAL8  tausq,
INT4  mainx 
)

Definition at line 524 of file cdfwchisq.c.

◆ fast_integrate_twospect2()

INT4 fast_integrate_twospect2 ( qfvars vars,
INT4  nterm,
REAL8  interv,
REAL8  tausq,
INT4  mainx 
)

Definition at line 558 of file cdfwchisq.c.

◆ coeff()

REAL8 coeff ( qfvars vars,
REAL8  x 
)

Definition at line 620 of file cdfwchisq.c.

◆ coeff_twospect()

REAL8 coeff_twospect ( qfvars vars,
REAL8  x 
)

Definition at line 682 of file cdfwchisq.c.

◆ cdfwchisq()

REAL8 cdfwchisq ( qfvars vars,
REAL8  sigma,
REAL8  acc,
INT4 ifault 
)

Definition at line 751 of file cdfwchisq.c.

◆ cdfwchisq_twospect()

REAL8 cdfwchisq_twospect ( qfvars vars,
REAL8  sigma,
REAL8  acc,
INT4 ifault 
)

Definition at line 917 of file cdfwchisq.c.