|
statTools
Command-line tools for simple statistics
|

Files | |
| file | 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. | |
| file | die.f90 |
| : Throw a die | |
| file | error_propagation.f90 |
| Compute the error when adding two numbers with errors. | |
| file | lintpol.f90 |
| Do linear interpolation between two datapoints. | |
| file | poisson.f90 |
| Calculate Poisson statistics: P = λ^k e^-λ / k! | |
| file | statistics.f90 |
| Calculate basic statistics for a number of data points. | |
1.8.10