statTools
Command-line tools for simple statistics
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  src
 binom.f90Calculate 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.f90Compute the error when adding two numbers with errors
 lintpol.f90Do linear interpolation between two datapoints
 poisson.f90Calculate Poisson statistics: P = λ^k e^-λ / k!
 statistics.f90Calculate basic statistics for a number of data points