Info
この質問は閉じられています。 編集または回答するには再度開いてください。
getting the "n" in quadratic regression
2 ビュー (過去 30 日間)
古いコメントを表示
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
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!