OrdinaryKriging 克里金插值
摘要:x,y,d = 一维数组(散点数据) x0 = np.linspace(x.min, x.max, 150) y0 = np.linspace(y.min, y.max, 100) x1, y1 = np.meshgrid(x0, y0) for i in ['linear', 'power', '
阅读全文
posted @ 2022-10-26 17:58
posted @ 2022-10-26 17:58
posted @ 2022-10-26 17:37
posted @ 2022-10-26 17:23
posted @ 2022-10-24 13:56
posted @ 2022-10-14 13:26
posted @ 2022-10-13 16:50