フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Use step wise linear regression to find coefficients and errors

1 回表示 (過去 30 日間)
anton fernando
anton fernando 2015 年 7 月 14 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I need to fit these data i=120 times for each W(i,40)and determine the set of constants(120 sets) and the error(in 95% confidence interval) . I want the written code for this as I need to know how the statistical method works step by step. Appreciate any help.
f(X,Y,Z)=W=a0+a1*A+a2*D+a3*F+a4*T
A=double(1*36)
D=double(1*36)
F=double(1*36)
T=double(1*36)
W=double(105*36)

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by