I am wondering if someone has already implemented the two Matlab functions gamfit and gampdf in C, C++ or objective-C. I figured I would ask before I go ahead and implement them myself.
Asked
Active
Viewed 645 times
1 Answers
0
Hope those links to c source code may be of help:
http://www.mymathlib.com/functions
http://www.mymathlib.com/functions/probability/gamma_distribution.html
http://www.mymathlib.com/c_source/functions/probability/densities/gamma_density.c
Note: You should check for license, only reference I could find there was "Copyright © 2004 RLH. All rights reserved."
You may also check Boost libraries:

CitizenInsane
- 4,755
- 1
- 25
- 56