TPCCLIB
Toggle main menu visibility
Loading...
Searching...
No Matches
libtpcfunc
tpcfunc.h
Go to the documentation of this file.
1
5
#ifndef _TPCFUNC_H_
6
#define _TPCFUNC_H_
7
/*****************************************************************************/
8
9
/*****************************************************************************/
10
#include "tpcclibConfig.h"
11
/*****************************************************************************/
12
#include <stdio.h>
13
#include <stdlib.h>
14
#include <string.h>
15
#include <math.h>
16
/*****************************************************************************/
17
#include "
tpcextensions.h
"
18
#include "
tpcmodels.h
"
19
/*****************************************************************************/
20
21
/*****************************************************************************/
22
/* func */
23
extern
int
mfEvalY
(
24
const
char
*fid,
const
int
parNr,
const
double
*p,
25
const
int
sampleNr,
const
double
*x,
double
*y,
26
const
int
verbose
27
);
28
extern
int
mfEvalInt
(
29
const
char
*fid,
const
int
parNr,
const
double
*p,
30
const
int
sampleNr,
const
double
*x,
double
*i,
31
const
int
verbose
32
);
33
extern
int
mfEval2ndInt
(
34
const
char
*fid,
const
int
parNr,
const
double
*p,
35
const
int
sampleNr,
const
double
*x,
double
*i,
36
const
int
verbose
37
);
38
extern
int
mfEvalFrameY
(
39
const
char
*fid,
const
int
parNr,
const
double
*p,
40
const
int
sampleNr,
const
double
*x1,
const
double
*x2,
double
*y,
41
const
int
verbose
42
);
43
extern
int
mfEvalIntToInf
(
44
const
char
*fid,
const
int
parNr,
const
double
*p,
45
const
double
x,
double
*v,
46
const
int
verbose
47
);
48
/*****************************************************************************/
49
50
/*****************************************************************************/
51
/* rgamma */
52
extern
double
igam
(
double
a,
double
x);
53
extern
double
igamc
(
double
a,
double
x);
54
/*****************************************************************************/
55
56
/*****************************************************************************/
57
#endif
/* TPCFUNC */
tpcextensions.h
Header file for library libtpcextensions.
igam
double igam(double a, double x)
Definition
rgamma.c:29
mfEvalY
int mfEvalY(const char *fid, const int parNr, const double *p, const int sampleNr, const double *x, double *y, const int verbose)
Definition
func.c:26
mfEval2ndInt
int mfEval2ndInt(const char *fid, const int parNr, const double *p, const int sampleNr, const double *x, double *i, const int verbose)
Definition
func.c:700
igamc
double igamc(double a, double x)
Definition
rgamma.c:70
mfEvalIntToInf
int mfEvalIntToInf(const char *fid, const int parNr, const double *p, const double x, double *v, const int verbose)
Definition
func.c:969
mfEvalFrameY
int mfEvalFrameY(const char *fid, const int parNr, const double *p, const int sampleNr, const double *x1, const double *x2, double *y, const int verbose)
Definition
func.c:790
mfEvalInt
int mfEvalInt(const char *fid, const int parNr, const double *p, const int sampleNr, const double *x, double *i, const int verbose)
Definition
func.c:436
tpcmodels.h
Header file for libtpcmodels.
Generated on
for TPCCLIB by
1.17.0