TABLE OF CONTENTS


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