This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Philippe Charles edited this page Sep 18, 2017
·
18 revisions
The commands follow the conventional Unix option syntaxes with short and long options (e.g. -?
and --help
).
A command-line help can be triggered by using the option -?
.
By default, most commands print the result on the standard output. This behavior is useful for combining commands.
$ dem spreadsheet2ts data.xslx | dem ts2outliers -o result.xml -f
Two commands can be chained provided that the output of the first can be used as input by the second. See below for a description of the I/O.
Command | description | input | output |
---|---|---|---|
terror |
Check of the last observations | ts-collection | csv |
ts2outliers |
Anomaly detection | ts-collection | outliers |
ts2dstats |
Descriptive statistics | ts-collection | dstats |
ts2sa |
Seasonal adjustment | ts-collection | sa |
ts2seasonalitytests |
Seasonality tests | ts-collection | csv |
sa2ts |
SA export to TS | sa | ts-collection |
tsaggregate |
Aggregation | ts-collection | ts-collection |
tscrop |
Filtering | ts-collection | ts-collection |
tsclean |
Cleaning | ts-collection | ts-collection |
Command | description | input | output |
---|---|---|---|
ts2chart |
Chart generation | ts-collection | image |
odbc2ts |
ODBC import | - | ts-collection |
random2ts |
Random import | - | ts-collection |
sdmx2ts |
SDMX import | sdmx-data | ts-collection |
spreadsheet2ts |
Spreadsheet import | spreadsheet | ts-collection |
ts2spreadsheet |
Spreadsheet export | ts-collection | spreadsheet |
txt2ts |
Text import | csv, tsv, txt... | ts-collection |
xml2ts |
XML import | xml | ts-collection |
uri2ts |
URI import | uri | ts-collection |
Command | description | input | output |
---|---|---|---|
cholette |
- | - | - |
denton |
- | - | - |
expander |
- | - | - |
proxytest |
- | - | - |
ssfdenton |
- | - | - |
workspace |
- | - | - |