TABLE OF CONTENTS
- 1. CFitting/CmiscUtils
- 1.1. CmiscUtils/dcopyWrapper
- 1.2. CmiscUtils/ddotWrapper
- 1.3. CmiscUtils/dfactorial
- 1.4. CmiscUtils/diagmvWrapper
- 1.5. CmiscUtils/dmax
- 1.6. CmiscUtils/dmin
- 1.7. CmiscUtils/dnegbin
- 1.8. CmiscUtils/EvalNknotsPrior
- 1.9. CmiscUtils/getListElement
- 1.10. CmiscUtils/imax
- 1.11. CmiscUtils/imin
- 1.12. CmiscUtils/mvrnorm
- 1.13. CmiscUtils/rinvgamma
- 1.14. CmiscUtils/UpdateHistory
CFitting/CmiscUtils [ Modules ]
NAME
CmiscUtils --- miscellaneous utilities in C
FUNCTION
Various useful small utilities, including random number generators.
CONTENTS
dcopyWrapper --- wrapper for Fortran call to dcopy ddotWrapper --- Wrapper for Fortran call to ddot dfactorial --- compute the factorial of a double diagmvWrapper --- Wrapper for Fortran call to diagmv dmax --- maximum of two doubles dmin --- minimum of two doubles dnegbin --- negative binomial density EvalNknotsPrior --- evaluate the prior on the number of knots getListElement --- get an element of a SEXP list by name imax --- maximum of two integers imin --- minimum of two integers mvrnorm --- multivariate normal random numbers rinvgamma --- inverse gamma random numbers UpdateHistory --- update history of parameters