statTools
Command-line tools for simple statistics
|
▼ src | |
binom.f90 | Calculate binominal statistics: P = n! / [k!(n-k)!] * p^k * (1-p)^(n-k) for k succesful trials out of n trials with probability p |
die.f90 | : Throw a die |
error_propagation.f90 | Compute the error when adding two numbers with errors |
lintpol.f90 | Do linear interpolation between two datapoints |
poisson.f90 | Calculate Poisson statistics: P = λ^k e^-λ / k! |
statistics.f90 | Calculate basic statistics for a number of data points |