Or login with:
| doublePDF( | double | x | |
| double | m = 0 | ||
| double | s = 1 | )[inline] |

#include <iostream> #include <codecogs/statistics/distributions/continuous/normal/pdf.h> int main() { std::cout << "normal PDF (2.31, 2, 5) = "; std::cout << Stats::Dists::Continuous::Normal::PDF(2.31, 2, 5) << std::endl; return 0; }Output:
normal PDF (2.31, 2, 5) = 0.0796352
| x | the value at which to evaluate the function |
| m | the mean of the distribution |
| s | the standard deviation of the distribution |
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