Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 660 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 660 Bytes

时间序列作业说明

18 数据科学 孙易泽

201800820135

  • 文件夹中共包括三项作业,其中分别对应着:

    • 1_Applied_Time_Series:把Applied Time Series所有章节学完并Python实现
    • 2_State_Space_pdf:群里的PDF课件按R语言学完,用Python重新实现
    • 3_Time_Series_predict:用Sbrana课上的数据,对比State Space和其他预测方法的预测效果
  • 每项作业均通过jupyter notebook撰写,并以md文件形式导出。jupyter notebook放入工程可直接运行。

  • 每项作业的文件夹中包括:markdown形式笔记、jupyter notebook形式笔记、以及python程序的源码