-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
README.pypi
26 lines (22 loc) · 971 Bytes
/
README.pypi
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
Orange3-Timeseries
==================
Orange add-on for analyzing, visualizing, manipulating, and forecasting time
series data. The add-on includes ARIMA and VAR models, model evaluation, time
series preprocessing, seasonal adjustment and a wide array of visualizations.
See [documentation](http://orange3-timeseries.readthedocs.org/).
Features
--------
#### Use time series data
* reinterpret data as time series
* induce missing values
* generate time series from Yahoo Finance stock market data
#### Analysis of time series data
* aggregate data by a given time interval
* decompose the time series into seasonal, trend, and residual components
* apply rolling window functions to the time series
* make forecasts for the future
* evaluate models
#### Visualize time series data
* visualize time series’ sequence and progression
* visualize variables’ auto-correlation
* visualize time series’ cycles, seasonality, periodicity, and most significant periods