close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Nov 27, 2009, 6:50:41 PM (15 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v11
|
v12
|
|
1 | | = Documentation = |
| 1 | = TOL Documentation = |
2 | 2 | |
3 | 3 | Time Oriented Language, hereafter TOL is a programming language designed for analysis of time series and stochastic processes based on the algebraic representation of time and the time series which allows: |
… |
… |
|
7 | 7 | |
8 | 8 | Time is a continuous magnitude represented as the real line, but when dealing with time series of social nature (sales, phone calls, bank transactions, event attendance, traffic, etc.), the analyst notes on behaviors involving different temporal characteristics such as cycles within a period (which may be the day, week, month, year ...); or proximity to holidays, bridges and any other identifiable events when they occur. |
| 9 | |
| 10 | Traditionally, these phenomena have been represented by extension, that is, as drawn up a list of events more or less handmade, which is not a very serious problem for annual or monthly series. In recent years, the information explosion has brought a series of daily data, hours or even higher frequencies, for which necessitates an algebraic treatment of this social time. Based on a temporary basis sets primary and a collection of functions, enable analytically build complex expressions to represent the most intricate social behaviors. |
| 11 | |
| 12 | On the other hand, the language must provide mechanisms for statistical analysis of data from reading them in files or databases to produce predictive models, through the methods of visual representation of information that may be necessary. |
| 13 | |
| 14 | Within this context TOL born to try to answer all these needs and others that have arisen during the implementation process and maturation of language. |
9 | 15 | |
10 | 16 | You can find [TolTechDesc in this page] a technical description of TOL. |