我有一个数据集(X,Y) – > Z.因此,我想在Python中学习2D输入和输出Z之间的映射. 我知道底层函数不是线性的,因此我无法应用线性回归.由于输入数据只是2D,我想使用双变量样条.我实现了以下示例: import numpy from scipy import interpolate X = [1,2,1,2] Y = [1,2,2,1] Z = [1,2,1,2] Y ...
Chebyshev interpolation can be combined with Python’s broader scientific computing tools for efficient numerical workflows. NumPy handles the core interpolation and array operations, SciPy offers ...
当前正在显示可能无法访问的结果。
隐藏无法访问的结果