NuMFor 9f2ab49 (2024-04-08)
Numerical (Modern) Fortran. Library for Simple Numerical computing
|
Normal random distribution The normal probability distribution located at and standard deviation , is given by. More...
Data Types | |
interface | ran_gaussian_pdf |
This function computes the probability density function (pdf) p(x) at x for a Gaussian distribution with standard deviation scale , using the formula given above. More... | |
interface | random_normal |
Fills a scalar or array with random numbers following a normal (gaussian) distribution. More... | |
interface | random_standard_normal |
Convenience routine. Fills a scalar or array with random numbers following a standard normal (gaussian) distribution. Equivalently to random_normal() with scale=1 and loc=0 . More... | |
interface | rng_normal |
Functions returning a variate x with normal probability. More... | |
interface | rng_normal2 |
Functions returning a variate x with normal probability. More... | |
Functions/Subroutines | |
real(dp) function, public | ran_ugaussian2 () |
Computes a Gaussian random variate, with mean zero and standard deviation sigma=1 . | |
Normal random distribution The normal probability distribution located at and standard deviation , is given by.
real(dp) function, public ran_ugaussian2 |
Computes a Gaussian random variate, with mean zero and standard deviation sigma=1
.
Referenced by rng_normal2::ran_gaussian2(), and rng_normal2::ran_gaussian_sym2().