引数 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. |
パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
method | フィッティングに用いる手法と仮定。 Method and assumptions used for the fitting. |
|
normal |
column_x | 入力ファイルにおける独立変数\(x\)の列番号。 The index of the column for the independent variable \(x\) in the input file. |
1以上、入力ファイルの列数以下の整数。 An integer greater than or equal to 1 and less than or equal to the number of columns of the input file. |
1 |
column_y | 入力ファイルにおける従属変数\(y\)の列番号。 The index of the column for the dependent variable \(y\) in the input file. |
1以上、入力ファイルの列数以下の整数。 An integer greater than or equal to 1 and less than or equal to the number of columns of the input file. |
2 |
output_format | 出力の書式。 The format of the output. |
|
comprehensive |
output_R2 | 決定係数の出力有無。 Whether to output the coefficient of determination or not. |
|
no |
第1行 Line 1 |
\(a\)の値。 The value of \(a\). |
第2行 Line 1 |
\(b\)の値。 The value of \(b\). |
第3行 Line 3 |
\(a\)の標準偏差\(\sigma_a\)。 The standard deviation, \(\sigma_a\), of \(a\). |
第4行 Line 4 |
\(b\)の標準偏差\(\sigma_b\)。 The standard deviation, \(\sigma_b\), of \(b\). |