[問題] parameter's std of fit 該怎麼得到

作者: max8201 (我是一隻沙沙羊)   2017-07-08 12:29:05
其實我要做的事情蠻簡單的,只是不知道怎麼得到我要的結果數字
首先 [x,y,z,zw] = fx,fy,fz,fzw
按照Help examples 我Key了以下 edit
load franke
sf = fit([fx,fy],fz,'poly11','weights',fzw)
plot(sf,[fx,fy],fz)
得到
Linear model Poly11:
sf(x,y) = p00 + p10*x + p01*y
Coefficients (with 95% confidence bounds):
p00 = 24.94 (-3.766, 53.65)
p10 = -21.28 (-23.45, -19.1)
p01 = 0.6551 (0.5575, 0.7528)
只是他給我的是一個信賴區間範圍,要如何能得到參數的std error
例如 p00 : 24.94 +- XXXX
我查了Help裡面也Google了好一陣子,沒有得到解答,希望有大神能幫幫我
又或者95%confidnece上下界其實可以轉換成std error
小弟也Google了一陣子統計,但礙於沒有慧根,無法參透
因為跟Originpro fit得到的Standard error永遠對不上。QQ

Links booklink

Contact Us: admin [ a t ] ucptt.com