![]() |
TreeMig Code
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | normdist (val, mu, s, x) |
| NormDist. | |
| subroutine normdist | ( | real, intent(out) | val, |
| real, intent(in) | mu, | ||
| real, intent(in) | s, | ||
| real, intent(in) | x ) |
NormDist.
Evaluates the (cumulative) distribution function of the Normal Distribution with mean mu and standard deviation s at the value x. Result returns in val. Fast discrete version
IN:
| mu | : mean |
| s | : standard deviation |
| x | : value of random variable at which distribution is to be evaluated |
OUT:
| val | : value of the Normal Distribution at s |
CALLED FROM:
Definition at line 23 of file NormDist.f90.