R (programming language)
R is a free software environment for statistical computing and graphics.
GNU datamash is command-line program which performs simple calculation (e.g. count, sum, min, max, mean, stdev, string coalescing) on input files. Datamash has a rich...
GNU datamash is commandline program which performs simple calculation (e.g. count, sum, min, max, mean, stdev, string coalescing) on input files. Datamash has a rich set of statistical functions, to quickly assess information in textual input files. An example of calculating basic statistic (mean, 1st quartile, median, 3rd quarile, IQR, samplestandarddeviation, and pvalue of JarqueBera test for normal distribution:
text-analysis command-line-interface data-analysis statistical-analysis