필터 지우기
필터 지우기

how to validate linear model?

조회 수: 1 (최근 30일)
Sonisa
Sonisa 2015년 12월 16일
댓글: jgg 2015년 12월 16일
I already have an estimation from linear regression model using 2 years of data. Now I want to use this estiamted data to validate in one years of data. Could anyone tell me how to do that?
  댓글 수: 1
jgg
jgg 2015년 12월 16일
I'm not clear what you're asking here.
If just want to check how good your predictions are on an out-of-sample dataset, just take the coefficients b you got from your original model, then form the predicted outcome P = X*b where X is the out-of-sample data you wish to check. Then, compare P and Y where Y is the actual out of sample outcome. The residual Y-P should give you a sense of how well your model performs out of sample.
In general, though, if you have more data you should include it in the original regression.

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

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by