NuMFor 9f2ab49 (2024-04-08)
Numerical (Modern) Fortran. Library for Simple Numerical computing
gauss.f90 File Reference

for Gaussian random distributions More...

Data Types

interface  rng_normal
 Functions returning a variate x with normal probability. More...
 
interface  rng_normal2
 Functions returning a variate x with normal probability. 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  random_normal
 Fills a scalar or array with random numbers following a normal (gaussian) distribution. More...
 
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...
 

Modules

module  gauss
 Normal random distribution The normal probability distribution located at $x_{0}$ and standard deviation $\sigma$, is given by.
 

Functions/Subroutines

real(dp) function, public ran_ugaussian2 ()
 Computes a Gaussian random variate, with mean zero and standard deviation sigma=1.
 

Detailed Description

for Gaussian random distributions

Author
Juan Fiol juanf.nosp@m.iol@.nosp@m.gmail.nosp@m..com
Date
"2024-04-07 23:54:22"