Why this total residual error shows 0.5?

1 回表示 (過去 30 日間)
Spreadea
Spreadea 2019 年 12 月 17 日
編集済み: Spreadea 2019 年 12 月 17 日
I confirm the function 'findchangepts' following code.
findchangepts([0 1 2],'MinThreshold',0.5)
this result shows total residual error = 0.5. But, in my understanding, each points of residual error are 0, -0.5, +0.5, so the total residual error is 0. Because the values of residual error is each points to red line.
Could you explain me why this total residual value is 0.5?

採用された回答

Shunichi Kusano
Shunichi Kusano 2019 年 12 月 17 日
Hi Kazuki,
as described in the documentation, it is "the sum of the residual (squared) error".
Hence, in this case, 0^2 + (+0.5)^2 + (-0.5)^2 = 0.5.
HTH.
  1 件のコメント
Spreadea
Spreadea 2019 年 12 月 17 日
編集済み: Spreadea 2019 年 12 月 17 日
I see,I just miss understanding. Thank you very much answer for me!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

製品


リリース

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by