Go to the source code of this file.
◆ MAX_IN_FILES
◆ findMaxLogL()
double findMaxLogL |
( |
FILE * |
input, |
|
|
double |
maxLogL |
|
) |
| |
◆ BurnIn()
◆ _burnin()
static PyObject * _burnin |
( |
PyObject * |
self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ PyInit__bayespputils()
PyMODINIT_FUNC PyInit__bayespputils |
( |
void |
| ) |
|
◆ methods
struct PyMethodDef methods[] |
|
static |
Initial value:= {
"This function 'burns in' MCMC chains."
},
{NULL,}
}
static PyObject * _burnin(PyObject *self, PyObject *args)
Definition at line 116 of file _bayespputils.c.
◆ moduledef
Initial value:= {
PyModuleDef_HEAD_INIT,
"_bayespputils",
"This module provides C extensions for Bayesian analysis and post-processing codes.",
-1,
methods, NULL, NULL, NULL, NULL
}
static struct PyMethodDef methods[]
Definition at line 124 of file _bayespputils.c.