R€ 2021-12-14 01:45 采纳率: 100%
浏览 60
已结题

构建LST-NDVI非线性回归模型

您好,看了下您的一些关于线性回归的文章, 请教一下非线性的模型要如何构建呀

  • 写回答

1条回答 默认 最新

  • 此星光明 云计算领域优质创作者 2021-12-14 10:06
    关注

    Earth Engine 有几种使用减速器执行线性回归的方法:

    ee.Reducer.linearFit()
    ee.Reducer.linearRegression()
    ee.Reducer.robustLinearRegression()
    ee.Reducer.ridgeRegression()
    最简单的线性回归缩减器是linearFit()计算一个具有常数项的变量的线性函数的最小二乘估计。要获得更灵活的线性建模方法,请使用允许可变数量的自变量和因变量的线性回归缩减器之一。linearRegression()实现普通最小二乘回归(OLS)。robustLinearRegression()使用基于回归残差的成本函数来迭代地减轻数据中的异常值 ( O'Leary, 1990 )。 ridgeRegression()使用 L2 正则化进行线性回归。
    非现象模型我之前也没做过,不知道如何进行。有一个时间序列拟合的函数:
    ee.Algorithms.TemporalSegmentation.LandTrendrFit(timeSeries, vertices, spikeThreshold, minObservationsNeeded)
    使用一组LandTrendr断点年份对时间序列进行插值。对于时间序列中的每个输入带,输出一个新的一维数组值带,其中包含由顶点图像识别的断点时间之间的输入值插值。更多细节见LandTrendr算法。
    Interpolates a time series using a set of LandTrendr breakpoint years. For each input band in the timeSeries, outputs a new 1D array-valued band containing the input values interpolated between the breakpoint times identified by the vertices image. See the LandTrendr Algorithm for more details.

    Arguments:
    timeSeries (ImageCollection):
    Time series to interpolate.
    要内插的时间序列影像。
    vertices (Image):
    Vertices image. A 1D array of LandTrendr breakpoint years.
    顶点图像。LandTrendr断点年份的一维数组
    spikeThreshold (Float, default: 0.9):
    Threshold for dampening input spikes (1.0 means no dampening).
    阈值设置
    minObservationsNeeded (Integer, default: 6):
    Min observations needed.
    需要的最小观测值
    Returns: Image

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 10月7日
  • 已采纳回答 9月29日
  • 创建了问题 12月14日

悬赏问题

  • ¥15 划分vlan后不通了
  • ¥15 GDI处理通道视频时总是带有白色锯齿
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)
  • ¥15 自适应 AR 模型 参数估计Matlab程序
  • ¥100 角动量包络面如何用MATLAB绘制
  • ¥15 merge函数占用内存过大
  • ¥15 Revit2020下载问题
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大