Binom: use libSUFR function binom_cumul_prob() for cumulative probability.
Poisson: use libSUFR function poisson_prob_cumul() to compute cumulative probability.
Poisson: print meaning of "exactly k".
statistics: don't take the log of 0
statistics: mean +- stdev: add line with range mean-stdev -- mean+stdev
Fix gfortran warnings
Statistics: use d2s() to print mean and stdev
BUGFIX: poisson: simplify algorithm, fixes cumu...
Add gauss to compute Gaussian probability for a...
BUGFIX: binom: simplify k=0 case; ensure correc...
asymmetric_errors: use statTools_init(), d2s() ...
Added asymmetric_errors to compute/approximate ...
Added dice, to roll multiple dice (as opposed t...
Updated manpage
Added simple man page
Added poisson, to compute Poissonian statistics
Added binom.f90 to compute binominal probabilities
Added error_propagation to compute the propagat...
Added lintpol to do linear inter- or extrapolation
Added program statistics to calculate basic sta...
Update in Readme
Updating Readme
Updating the Readme file; added INSTALL, LICENC...
Update Readme; Added Doxyfile
Set proper copyright
Added files to generate code to print the sT ve...
Added functions.f90 with statTools_init() to in...
die.f90: use more libSUFR calls to simplify code
Created README.md
Added CMake files and die.f90 to throw an n-sid...