jade.extensions.demo.autoregression_execution.autoregression_analysis¶
- jade.extensions.demo.autoregression_execution.autoregression_analysis(country, data, output)[source]¶
Country based GDP auto-regression analysis
- Parameters:
country (str) – the name of a country
data (str) – path to the csv file containing the GDP data.
output (str) – The path to the output directory
- Return type:
tuple, The path of csv result file, and the path of png plot file.