フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

getting the "n" in quadratic regression

1 回表示 (過去 30 日間)
Dwyane  Wade
Dwyane Wade 2011 年 8 月 22 日
閉鎖済み: John D'Errico 2020 年 10 月 9 日
How do you get the n manually from the quadratic regression formula:
y=ax^2+b+c
(Σx^2)a + (Σx)b + n c = Σy
(Σx^3)a + (Σx^2)b + (Σx)c = Σxy
(Σx^4)a + (Σx^3)b + (Σx^2)c = Σx^2y
or is n given? if it is, where does it come from?
  1 件のコメント
Oleg Komarov
Oleg Komarov 2011 年 8 月 22 日
The summation for i = 1 to N of a constant c, is N*c. This is a basilar summation property.

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by