Rewrite PSPP output engine.
[pspp-builds.git] / doc / introduction.texi
1 @node Introduction
2 @chapter Introduction
3 @cindex introduction
4
5 @cindex PSPP language
6 @cindex language, PSPP
7 PSPP is a tool for statistical analysis of sampled data.  It reads a
8 syntax file and a data file, analyzes the data, and writes the results
9 to a listing file or to standard output.
10
11 The language accepted by PSPP is similar to those accepted by SPSS
12 statistical products.  The details of PSPP's language are given
13 later in this manual.
14
15 @cindex files, PSPP
16 @cindex output, PSPP
17 @cindex PostScript
18 @cindex PDF
19 @cindex HTML
20 @cindex SVG
21 @cindex graphics
22 @cindex Ghostscript
23 @cindex Free Software Foundation
24 PSPP produces tables and charts as output, which it can produce in
25 several formats; currently, ASCII, PostScript, PDF, HTML, and SVG are
26 supported.
27
28 The current version of PSPP, @value{VERSION}, is woefully incomplete in
29 terms of its statistical procedure support.  PSPP is a work in progress.
30 The author hopes to fully support all features in the products
31 that PSPP replaces, eventually.  The author welcomes questions,
32 comments, donations, and code submissions.  @xref{Bugs,,Submitting Bug
33 Reports}, for instructions on contacting the author.