摘要: 一、定义 时间序列(或称动态数列)是指将同一统计指标的数值按其发生的时间先后顺序排列而成的数列。时间序列分析的主要目的是根据已有的历史数据对未来进行预测。经济数据中大多数以时间序列的形式给出。根据观察时间的不同,时间序列中的时间可以是年份、季度、月份或其他任何时间形式。 时间序列简单的说就是各时间点 阅读全文
posted @ 2020-03-16 20:48 Cloris-Zhang 阅读(2012) 评论(0) 推荐(1) 编辑
摘要: 一、安装(win10、Anaconda、python3.7):cmd中输入:pip install tushare -i https://pypi.tuna.tsinghua.edu.cn/simple 二、使用 1.导入模块:import tushare as ts 2.设置token:ts.se 阅读全文
posted @ 2020-03-16 19:25 Cloris-Zhang 阅读(206) 评论(0) 推荐(0) 编辑