Or login with:
| doubleCDF( | double | x | )[inline] |

#include <iostream> #include <codecogs/statistics/distributions/continuous/logistic/cdf.h> int main() { std::cout << "logistic CDF (5) = "<< Stats::Dists::Continuous::Logistic::CDF(5) << std::endl; return 0; }Output:
logistic CDF (5) = 0.993307
| x | The argument of the CDF |
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.
You must login to leave a messge