From bb31b3278fe4a80449c5ded9379206da3a9b40c5 Mon Sep 17 00:00:00 2001 From: awan Date: Mon, 22 Nov 2021 15:12:40 +0800 Subject: [PATCH] Initial commit --- .idea/misc.xml | 4 + .idea/modules.xml | 8 + .idea/time_series_prediction.iml | 11 + .idea/vcs.xml | 6 + .idea/workspace.xml | 809 +++ ARIMA/CompareParm.py | 32 + ARIMA/__pycache__/buildArima.cpython-36.pyc | Bin 0 -> 2196 bytes ARIMA/acf_pacf.py | 26 + ARIMA/buildArima.py | 106 + ARIMA/dataPreTest.py | 26 + ARIMA/testModel.py | 83 + DataPre_util/__pycache__/ch.cpython-36.pyc | Bin 0 -> 358 bytes .../__pycache__/readCsv.cpython-36.pyc | Bin 0 -> 429 bytes DataPre_util/adf.py | 15 + DataPre_util/ch.py | 6 + DataPre_util/readCsv.py | 9 + README.md | 435 +- SVR/FindBestPam.py | 26 + SVR/__pycache__/svmprediction.cpython-36.pyc | Bin 0 -> 1147 bytes SVR/svmprediction.py | 83 + SVR/testGammaAndC.py | 45 + data/PRSA_data_ff.csv | 5607 +++++++++++++++++ 课程设计报告.docx | Bin 0 -> 1801548 bytes 课程设计报告.pdf | Bin 0 -> 1072485 bytes 24 files changed, 7335 insertions(+), 2 deletions(-) create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/time_series_prediction.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 ARIMA/CompareParm.py create mode 100644 ARIMA/__pycache__/buildArima.cpython-36.pyc create mode 100644 ARIMA/acf_pacf.py create mode 100644 ARIMA/buildArima.py create mode 100644 ARIMA/dataPreTest.py create mode 100644 ARIMA/testModel.py create mode 100644 DataPre_util/__pycache__/ch.cpython-36.pyc create mode 100644 DataPre_util/__pycache__/readCsv.cpython-36.pyc create mode 100644 DataPre_util/adf.py create mode 100644 DataPre_util/ch.py create mode 100644 DataPre_util/readCsv.py create mode 100644 SVR/FindBestPam.py create mode 100644 SVR/__pycache__/svmprediction.cpython-36.pyc create mode 100644 SVR/svmprediction.py create mode 100644 SVR/testGammaAndC.py create mode 100644 data/PRSA_data_ff.csv create mode 100644 课程设计报告.docx create mode 100644 课程设计报告.pdf diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..6231a81 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..219df20 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/time_series_prediction.iml b/.idea/time_series_prediction.iml new file mode 100644 index 0000000..6711606 --- /dev/null +++ b/.idea/time_series_prediction.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..63c9274 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,809 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +