内容 |
NAG Renka-Cline グリッディング法
1. xyz_renka_nag iz:=Col(3);
2. xyz_renka iz:=Col(3) rows:=10 cols:=10;
3. xyz_renka iz:=Col(3) om:=[MBook]MSheet!Mat(1);
表示 名 |
変数 名 |
I/O と データ型 |
デフォルト 値 |
説明 |
---|---|---|---|---|
入力 | iz |
入力 XYZRange |
<active> |
入力XYZ範囲の指定 |
行 | rows |
入力 int |
20 |
出力行列の行 |
列 | cols |
入力 int |
20 |
出力行列の列 |
出力行列 | om |
出力 MatrixObject |
<新規> |
出力行列 |
この関数はRenka-Cline法でグリッディングを実行するためのNAGライブラリを呼び出します。この手法は1984年に RenkaとClineが開発したアルゴリズムに基づいています。それは3つの段階に分けられます。
1. 三角形分割:
2. 勾配評価:
3. 補間:
200-1000のデータポイントが均一に分散している場合、Renka-Cline法は最善のグリッディング法と言えます。
1. Samples\Matrix Conversion and Gridding フォルダから XYZ Random Gaussian.dat を インポートします。
2. xyz_renka 3
とコマンドウィンドウに入力します。または表示されるダイアログに xyz_renka d
と入力します。
詳細は、NAGヘルプドキュメント(e01sac, e01sbc, e01szc)を参照してください。
[1].Robert J.Renka, Interpolation of Data on the Surface of a Sphere, 1984, ACM Transactions on Mathematical Software.
[2].Robert J.Renka, A Triangle-based C1 Interpolation Method, Rocky Mountain J.Math.Vol.14, 1984, pp.223-237.
xyz_regular, xyz_renka, xyz_shep, xyz_shep_nag, xyz_sparse, xyz_tps