美文网首页
2020-02-25

2020-02-25

作者: TYY用来学习的账号 | 来源:发表于2020-02-26 19:58 被阅读0次
  • 干边、湿边的提取问题
    • 参考文献:Tang, R.L., Li, Z.L., Tang, B.H., 2010. An application of the Ts-VI triangle method with enhanced edges determination for evapotranspiration estimation from MODIS data in arid and semi-arid regions: implementation and validation. Remote Sens. Environ.114 (3), 540–551.
    • 具体算法:文章2.2节处 算法截图
    • 粗糙的伪代码: part-1
      part-2.jpeg
    • 算法实现:初步完成
      • 计算标准差:使用numpy,无偏估计(np.std()参数ddof为1)
      • 线性回归:研究中

相关文章

网友评论

      本文标题:2020-02-25

      本文链接:https://www.haomeiwen.com/subject/rzyzqhtx.html