I'm interested in cdf for non-central chi-square, to use for r.v. generation. I noticed that scipy has cdflib, and I see cdflib has cumchf, which seems to be what I want. It looks like cdflib_wrappers.c does not expose cumchf? I know nothing about f2py and scipy packaging, but I suppose it should be easy to add this? Any other suggestions?