필터 지우기
필터 지우기

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