N | 2次元データのサンプル数。 The number of samples of the 2-D data. |
data_x | 2次元データの\(x\)座標のリスト。
\(N\)個の要素から成る配列として与える。 A list of the \(x\)-coordinates of the 2-D data, given as an array of \(N\) components. |
data_y | 2次元データの\(y\)座標のリスト。
\(N\)個の要素から成る配列として与える。 A list of the \(y\)-coordinates of the 2-D data, given as an array of \(N\) components. |
data_values | 引数data_x, data_yで与えた各地点\((x,y)\)における
2次元データの値のリスト。
\(N\)個の要素から成る配列として与える。 A list of the values of the 2-D data at each \((x,y)\) specified by the arguments data_x and data_y; an array of \(N\) components. |
target_x | 補間値を計算したい地点の\(x\)座標。 The \(x\)-coordinate of the location where the interpolated value is needed. |
target_y | 補間値を計算したい地点の\(y\)座標。 The \(y\)-coordinate of the location where the interpolated value is needed. |