File: control

package info (click to toggle)
stda 1.1.1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 212 kB
  • sloc: sh: 1,378; makefile: 132
file content (28 lines) | stat: -rw-r--r-- 1,290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: stda
Section: math
Priority: extra
Maintainer: Dimitar Ivanov <dimitar.ivanov@mirendom.net>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.2
Homepage: http://gnu.mirendom.net/stda.html

Package: stda
Architecture: all
Depends: gawk | mawk, gnuplot, ${misc:Depends}
Recommends: gv, evince
Description: simple tools for data analysis (stda)
 This package contains some primary tools for evaluating sums, averages,
 integrals, derivatives, histograms/distributions of 1-d numerical data, and
 eventually for plotting the results. The stand-alone programs (supporting
 the standard UNIX input and output pipelines) are intended for data processing
 from the command line. They are especially useful for straightforward analysis
 of number series where a complex analytical approach is not necessary.
 Following programs are included:
 .
  * maphimbu   - histogram builder for 1-d numerical and text data
  * mintegrate - evaluate average/sum/integral/derivative of 1-d numerical data
  * mmval      - find minimum and maximum value in a data set
  * muplot     - plot a multi-curve figure from multiple data by using Gnuplot
  * nnum       - produce a series of equally separated integers or floats
  * prefield   - prepare input file for 'muplot' to plot 2-d fields by arrows