TDRMV -- Generating multivariate log-concave densities with transformed density rejection ********************************************************************* This software produces random variates from multivariate log-concave distributions. The user has to provide pointers to the density function and to its gradient. The domain may be either the IR^n or an arbitrary rectangle. Modify config.h for the particular density. compling options are: N ... dimension, number of variables RECTANGLE ... whether the domain is IR^n or an rectangle (the bounds of the rectangle have to be provided in the program) MODE ... whether the mode is the origin or an arbitrary point DEBUG ... debugging flags see config.h for further description and additional options. There are several runtime options to adjust the generator (see config.h for default values and example_2.c). there are several example files (example_?.c) which demonstrate, how this software can be used. PLEASE send me an email when you use this software. If possible give me examples of your densities. If you have any problems (detected bugs, the algorithm does not work, ...) feel free to write me an email. Josef Leydold (Josef.Leydold@statistik.wu-wien.ac.at)