「C++の応用 - 最小二乗法」の版間の差分

ナビゲーションに移動 検索に移動
14行目: 14行目:
残差平方和 (RSS : Residual Sum of Squares) は、次式のように表される。<br>
残差平方和 (RSS : Residual Sum of Squares) は、次式のように表される。<br>
  <math>RSS = \sum_{i=1}^n (y_{i} - (a x_{i} + b))^{2}</math>
  <math>RSS = \sum_{i=1}^n (y_{i} - (a x_{i} + b))^{2}</math>
または
<math>RSS = \sum_{i=1}^n (y_{i} - \hat y_{i})^{2} \quad \because \hat y_{i} = a x_{i} + b</math>
   
   
  <math>(y_{i}, x_{i})</math> は実測データの点である。
  <math>(y_{i}, x_{i})</math> は実測データの点である。

案内メニュー