-
Notifications
You must be signed in to change notification settings - Fork 2
/
R-description-short.txt
32 lines (26 loc) · 1.38 KB
/
R-description-short.txt
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
29
30
31
32
English version
---------------
`GNU S' - A language and environment for statistical computing and
graphics. R is similar to the award-winning S system, which was
developed at Bell Laboratories by John Chambers et al. It provides a
wide variety of statistical and graphical techniques (linear and
nonlinear modelling, statistical tests, time series analysis,
classification, clustering, ...).
R is designed as a true computer language with control-flow
constructions for iteration and alternation, and it allows users to
add additional functionality by defining new functions. For
computationally intensive tasks, C, C++ and Fortran code can be linked
and called at run time.
**********************************************************
German version
--------------
`GNU S' - Eine Programmiersprache und Softwareumgebung für
statistische Datenanalyse und Grafik. R ist ähnlich zu der von John
Chambers et al bei den Bell Laboratories entwickelten preisgekrönten
Statistikumgebung S. Es bietet eine breite Palette statistischer und
graphischer Methoden (lineare und nichtlineare Modelle, statistische
Tests, Zeitreihenanalyse, Klassifikation, Clusteranalyse, ...).
R wurde als vollwertige Programmiersprache konzipiert und erlaubt
daher die einfache Erweiterung des Systems durch Definition eigener
Funktionen. Für rechenintensive Aufgaben können C, C++ oder Fortran
Bibliotheken zur Laufzeit eingebunden werden.