blob: f977254b3ae313416b8898f337d90c17fabb17d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
JDB is package of commands for manipulating flat-ASCII databases from
shell scripts. JDB is useful to process medium amounts of data (with
very little data you'd do it by hand, with megabytes you might want a
real database). JDB is very good at doing things like:
- extracting measurements from experimental output
- re-examining data to address different hypotheses
- joining data from different experiments
- eliminating/detecting outliers
- computing statistics on data (mean, confidence intervals,
correlations, histograms)
- reformatting data for graphing programs
|