Possible Duplicate:
erf(x) and math.h
Best library for statistics in C++?
I am wondering if there is any standard way to implement a cumulative normal distribution function in C++. Or, is there any existing library for that task?
Can anyone recommend a good statistics library for C++, if there is any?
Thanks.