필터 지우기
필터 지우기

double regression interpretation with vectors

조회 수: 2 (최근 30일)
fima v
fima v 2020년 3월 6일
댓글: dpb 2020년 3월 6일
Hello when we enter the following vectoric line shown bellow, we get result B=[b1,b2]
so how do i interpret the approximated value?
m10(nX1)=b1*v1(nX2)+b2*v2(nX2)
m2(nX1)=b1*v1(nX2)+b2*v2(nX2)
or
m10=b1*v1
m2=b2*v2
?
Thanks
[B,BINT,R] = regress([m10;m5],[v1;v2]);
  댓글 수: 1
dpb
dpb 2020년 3월 6일
Dunno. Depends upon what you mean by "interpret". There are additional optional return variables from regress that include a table of model statistics as well.

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by