|
UltraNest
|
Functions | |
| void | Like1 (double *Cube, int *ndim, int *nparams, double *lnew, void *userparams) |
| void | Like2 (double *Cube, int *ndim, int *nparams, double *lnew, void *userparams) |
| int | main (void) |
| void Like1 | ( | double * | Cube, |
| int * | ndim, | ||
| int * | nparams, | ||
| double * | lnew, | ||
| void * | userparams | ||
| ) |
Example Likelihood function: small single-peaked gaussian
| void Like2 | ( | double * | Cube, |
| int * | ndim, | ||
| int * | nparams, | ||
| double * | lnew, | ||
| void * | userparams | ||
| ) |
Example Likelihood function: combination of two gaussians
Referenced by main().
| int main | ( | void | ) |
Example program that shows how to use ultranest.
References Like2(), and ultranest().
1.8.9.1