Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2024-04-13 | 465 Bytes | |
normal_distribution.f90 | 2024-04-12 | 1.5 kB | |
special_functions.tar.gz | 2014-05-17 | 6.3 kB | |
build | 2014-05-17 | 142 Bytes | |
Totals: 4 Items | 8.4 kB | 0 |
A handful of special function utilities are gathered here. See the driving program GEN1D for evaluating these and other 1-D functions. erf(x) is the sigmoid shape produced by integrating exp (-x**2) on [0, x], with a multi- plier of 2/sqrt(pi). error_function.f Routines for evaluating erf(x), erfc(x) & erfcx(x) gaussian.f90 Gaussian distribution evaluation normal_distribution.f90 Standard normal distribution, independent of gaussian.f90