我想請問個統計上的問題 - 經濟

Table of Contents

※ 引述《kitocat (奇多貓)》之銘言:
: 抱歉我找不到統計該po在哪個版
: 所以只好發文到這裡了
: 問個統計的問題
: The least squres method minimizes which of the following?
: 1.SSE
: 2.SST
: 3.SSR
: 4.all of the above
: 這是一題作業題目
: 感謝各位了~3Q


我想這個如果知道名詞縮寫原意是甚麼 這題應該很好寫

SSE = Error sum of squares
(which's the stochastic component of the variation of the dependent variable)

SSR = Regression sum of squares
(which is the contribution of factors into the variance of the dependent
variable)

SST = Total sum of squares = SSR + SSE

所以 如果照定義看 我們一定想要控制 minimize SSE (stochastic component)
而非 SSR, 當然更不會考慮到SST

-----------------------------------------------------------------------------
當然也可以從幾何上的意義解釋, 可以上wikipedia看一下





--

All Comments