統計分析系統 Strategico
Strategico 是一個采用 R語言編寫的統計分析系統,根據一組時間序列數據進行統計,可以是 CSV文件。
Strategico is an opensource tool for running statistical analysis over a (huge) set of time series
The Long Term Prediction is the first statistical analysis we have implemented inside Strategico: it automatically finds the best model that fits each time series. The implemented models are Mean, Trend, Linear, Exponential smoothing, Arima. See the LongTermPrediction Page for more details.
Strategico is scalable: the statistical analysis over each time series (of a project) can run parallely: we suggest you to setup an HPC Cluster (High Performance Computing) and/or using a resource scheduler like slurm. Strategico has also a quick and fast online service (test it at Rospo server written with RApache/Brew or PHP
Samples of graphical results are
Strategico is developed with R, one of the most famous statistical softwares. R is opensource and used by many Universities and Companies like Google, Pfizer, Merck, Bank of America, the Inter Continental Hotels Group, Shell, ...
Strategico is a free software: you are welcome to help us and get it better with
- bug reporting
- feedbacks
- enhancements requests
- patches (bugs and/or new features)
- advertising
Please visit the page HowToContribute.
Architecture
Below an high level architecture of the Strategico engine