ListInterpolation[array]
与えられた値の配列を補間する近似関数を表すInterpolatingFunctionオブジェクトを作成する.
ListInterpolation[array,{{xmin,xmax},{ymin,ymax},…}]
array の各値の座標を決めるグリッド域を指定する.


ListInterpolation
ListInterpolation[array]
与えられた値の配列を補間する近似関数を表すInterpolatingFunctionオブジェクトを作成する.
ListInterpolation[array,{{xmin,xmax},{ymin,ymax},…}]
array の各値の座標を決めるグリッド域を指定する.
詳細とオプション

- {xmin,xmax}等の代りに,明示的に格子線の位置をリストしてもよい.特別な指定がないときは,等間隔の格子線を引くものとする.
- ListInterpolation[array]では,格子線は各方向の整数位置に置かれるものとする.
- array は何次元の配列(任意のレベル数でネストしたリストに対応)でも指定することができる.
- ListInterpolation[array,domain]は,{array,domain}の成分と同じ精度の値を返すInterpolatingFunctionオブジェクトを生成する.
- ListInterpolationはMethodオプションをサポートする.可能な設定値としてスプライン補間に"Spline",エルミート補間に"Hermite"がある.
テクニカルノート
-
▪
- 近似関数と補間
関連するガイド
履歴
1996 で導入 (3.0) | 2008 で更新 (7.0)
テキスト
Wolfram Research (1996), ListInterpolation, Wolfram言語関数, https://reference.wolfram.com/language/ref/ListInterpolation.html (2008年に更新).
CMS
Wolfram Language. 1996. "ListInterpolation." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2008. https://reference.wolfram.com/language/ref/ListInterpolation.html.
APA
Wolfram Language. (1996). ListInterpolation. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ListInterpolation.html
BibTeX
@misc{reference.wolfram_2025_listinterpolation, author="Wolfram Research", title="{ListInterpolation}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/ListInterpolation.html}", note=[Accessed: 20-October-2025]}
BibLaTeX
@online{reference.wolfram_2025_listinterpolation, organization={Wolfram Research}, title={ListInterpolation}, year={2008}, url={https://reference.wolfram.com/language/ref/ListInterpolation.html}, note=[Accessed: 20-October-2025]}