PredictPM25-master

所属分类:其他
开发工具:matlab
文件大小:201KB
下载次数:7
上传日期:2020-11-03 18:07:25
上 传 者gxw123
说明:  PM2.5预测算法,开发平台为matlab,里面详细的介绍了多种方法,也包括了很多的代码,内容完整丰富。
(PM2.5 Prediction Algorithm, the development platform for Matlab, which describes a variety of methods in detail, but also includes a lot of code, rich in content.)

文件列表:
Crawler.R (1863, 2015-09-23)
LICENSE (1076, 2015-09-23)
Predict.R (1408, 2015-09-23)
pm.RData (210593, 2015-09-23)

# Predict pm2.5 using Bayes method # 基于贝叶斯方法的pm2.5预测 理论公式推导见:[Conda's Blog](http://blog.how-to-code.info/r/Bayes-to-predict-PM25-based-on-***-data.html) Crawler.R用来抓取pm2.5数据,抓取后结果见pm.RData Predict.R包括一些预测pm2.5的函数,最新添加了最大似然估计期望值,并引入了LaPlace变换。 使用方法(基于长沙pm2.5数据): ```R > predictPM25(pm25 = 72,city = "长沙市") Expected value: 61-90 Pr 1-30 0.09730849 31-60 0.10724638 61-90 0.11138716 91-120 0.10186335 121-150 0.09772257 151-180 0.09689441 181-210 0.09689441 211-240 0.09689441 241-270 0.09689441 271-more 0.09689441 ```

近期下载者

相关文件


收藏者