From: David H. <dav...@gm...> - 2006-07-16 01:38:19
|
2006/7/14, Nick Fotopoulos <nv...@mi...>: > > Any other suggestions? > Hi Nick, I had some success by coding the integrand in fortran and wrapping it with f2py. If your probability density function is standard, you may find it in the flib library of the PyMC module of Chris Fonnesbeck ( a library of likelihood functions coded in f77) and save the trouble. Hope this helps, David |