引数 Argument |
与える値 Quantity to be given |
第1引数 1st argument |
入力ファイル名。
入力ファイルはタブ区切りのテキストファイルとし、
全ての行の列数が等しくなければならない。
同じ列は同じ量(独立変数または従属変数)を表すものと想定される。
なお空行やコメント(#から後ろの部分)は
自由に挿入することができる。 The input file name. The file must be a text file with an equal number of columns (separated by tabs) for all lines. Quantities in the same column are assumed to be same, either an independent or a dependent variable. Empty lines and comments (parts after #) can be inserted at arbitrary places. |
第2引数 2nd argument |
出力ファイル名。 The output file name. |
パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
variable1_column | 1つ目の独立変数の列番号。 The column number for the 1st independent variable. |
1以上、入力ファイルの列数以下の整数。 An integer greater than or equal to 1 and less than or equal to the number of columns of the input file. |
1 |
variable2_column | 2つ目の独立変数の列番号。 The column number for the 2nd independent variable. |
1以上、入力ファイルの列数以下の整数。 An integer greater than or equal to 1 and less than or equal to the number of columns of the input file. |
2 |
result_column | 取り出したい解析結果(従属変数)の列番号。 The column number for the analysis result to extract (a dependent variable). |
1以上、入力ファイルの列数以下の整数。 An integer greater than or equal to 1 and less than or equal to the number of columns of the input file. |
入力ファイルの最後の列番号。 The final column number of the input file. |
method | 解析結果の取り出し方。
多数の変数に依存する解析結果から
特定の2つの独立変数に対する結果を抜き出す場合、
2つの独立変数の同一の値の組に対して解析結果の値が複数存在するので、
その中からどのようにして値を取り出すかを指定する。 The method to extract the data. When the analysis result depends on many variables, multiple values of the result are present for the same values of the selected two independent variables. How to compress these multiple values to a single value is specified by this parameter. |
以下のいずれかの値とする。 Choose one of the followings.
|
minimum |
1[TAB]0.1[TAB]0.01[TAB]1.11 1[TAB]0.1[TAB]0.02[TAB]1.12 1[TAB]0.2[TAB]0.01[TAB]1.21 1[TAB]0.2[TAB]0.02[TAB]1.22 2[TAB]0.1[TAB]0.01[TAB]2.11 2[TAB]0.1[TAB]0.02[TAB]2.12 2[TAB]0.2[TAB]0.01[TAB]2.21 2[TAB]0.2[TAB]0.02[TAB]2.22 |
1[TAB]0.01[TAB]1.21 1[TAB]0.02[TAB]1.22 2[TAB]0.01[TAB]2.21 2[TAB]0.02[TAB]2.22 |