N |
データ点数。
The number of data points .
|
x |
独立変数の値を並べた配列。
An array composed of the values, ,
of the independent variable .
|
y |
従属変数の値を並べた配列。
An array composed of the values, ,
of the dependent variable .
|
a |
データを直線でフィットしたときの傾き。
傾きは関数fitting_line2を用いて
求めることを想定している。
The slope, , of the straight line
that best fits the data.
The slope is assumed to have been determined by function
fitting_line2.
|
b |
データを直線でフィットしたときの切片。
切片は関数fitting_line2を用いて
求めることを想定している。
The intercept, , of the straight line
that best fits the data.
The intercept is assumed to have been determined by function
fitting_line2.
|