| 5 | 1/1 | 返回列表 |
| 查看: 637 | 回復(fù): 4 | |||
獨孤神宇版主 (知名作家)
|
[求助]
1stOpt 6參數(shù)、SharedModel 求大蝦代跑一次。。! 已有1人參與
|
|
SharedModel; Variable x,y(2);//y1,y2; Parameter a,b,c,d,e,f,; Constant epsilon=0.3921,h0=6.3,R=125,Sf=0.03143,VR=1308.33; ConstStr h1=h0*(1-epsilon),Delta_h=h0-h1, Lc=sqrt(R*Delta_h-(Delta_h^2)/4),Re=R+(Lc^2)*(2*Sf+Sf^2)/Delta_h, z0=Re+h1/2,z=z0-sqrt(Re^2-x^2), Vx=h1*VR*(1+Sf)/(2*z),delta_f=15+9.2*epsilon^0.11, p1=exp(a*x/z),p2=-(delta_f/z)*sqrt(Re^2-x^2),p3=(b*x/(z^2))*(Vx-VR), p4=-(delta_f*x/z^2)*((-x/2)*sqrt(Re^2-x^2)+((Re^2)/2)*(arcsin(x/Re))), p5=-a*b*(Vx-VR)*x^2/(2*z^3)+delta_f*(1+2*Re/h1); Function y1=p1*(p2+p3+p4+p5); y2=d*y1+e*(f*Vx-VR)/z; Data; //x,y1,y2 1.12891986062718e+000 6.40830449826990e+001 3.19723183391004e+001 2.25783972125436e+000 1.00069204152249e+002 3.47404844290657e+001 3.76306620209059e+000 8.56747404844291e+001 4.13840830449827e+001 5.01742160278746e+000 8.06920415224914e+001 2.58823529411765e+001 6.39721254355401e+000 7.62629757785467e+001 2.25605536332180e+001 7.77700348432056e+000 6.68512110726644e+001 1.75778546712803e+001 8.96864111498258e+000 5.96539792387543e+001 9.68858131487885e-001 1.02229965156794e+001 5.57785467128028e+001 -1.61937716262976e+001 1.16655052264808e+001 5.35640138408304e+001 -2.83737024221453e+001 1.28571428571429e+001 5.35640138408304e+001 -3.05882352941176e+001 1.42369337979094e+001 5.46712802768166e+001 -3.44636678200692e+001 1.54285714285714e+001 4.85813148788927e+001 -1.95155709342561e+001 1.67456445993031e+001 4.30449826989619e+001 -1.01038062283737e+001 1.75609756097561e+001 4.35986159169550e+001 -4.01384083044982e+000 |

鐵桿木蟲 (職業(yè)作家)
|
你定義了參數(shù)“c”,公式中哪兒出現(xiàn)了? 均方差(RMSE):20.8520934295763 殘差平方和(SSE):12174.6744110818 相關(guān)系數(shù)(R): 0.415185194791912 相關(guān)系數(shù)之平方(R^2): 0.172378745974398 確定系數(shù)(DC): -0.53357055375487 F統(tǒng)計(F-Statistic): 0.774618317230215 參數(shù) 最佳估算 -------------------- ------------- a -0.221601780470467 b -0.0211737707699377 d -0.474027457665805 e 0.169126416204592 f 1.45632858757723 |
版主 (知名作家)
|
不好意思,更正如下: SharedModel; Variable x,y(2);//y1,y2; Parameter a,b,c,d,e,f,; Constant epsilon=0.3921,h0=6.3,R=125,Sf=0.03143,VR=1308.33; ConstStr h1=h0*(1-epsilon),Delta_h=h0-h1, Lc=sqrt(R*Delta_h-(Delta_h^2)/4),Re=R+(Lc^2)*(2*Sf+Sf^2)/Delta_h, z0=Re+h1/2,z=z0-sqrt(Re^2-x^2), Vx=h1*VR*(1+Sf)/(2*z),delta_f=15+9.2*epsilon^0.11, p1=exp(a*x/z),p2=-(delta_f/z)*sqrt(Re^2-x^2),p3=(b*x/(z^2))*(c*Vx-VR), p4=-(delta_f*x/z^2)*((-x/2)*sqrt(Re^2-x^2)+((Re^2)/2)*(arcsin(x/Re))), p5=-a*b*(c*Vx-VR)*x^2/(2*z^3)+delta_f*(1+2*Re/h1); Function y1=p1*(p2+p3+p4+p5); y2=d*y1+e*(f*Vx-VR)/z; Data; //x,y1,y2 1.12891986062718e+000 6.40830449826990e+001 3.19723183391004e+001 2.25783972125436e+000 1.00069204152249e+002 3.47404844290657e+001 3.76306620209059e+000 8.56747404844291e+001 4.13840830449827e+001 5.01742160278746e+000 8.06920415224914e+001 2.58823529411765e+001 6.39721254355401e+000 7.62629757785467e+001 2.25605536332180e+001 7.77700348432056e+000 6.68512110726644e+001 1.75778546712803e+001 8.96864111498258e+000 5.96539792387543e+001 9.68858131487885e-001 1.02229965156794e+001 5.57785467128028e+001 -1.61937716262976e+001 1.16655052264808e+001 5.35640138408304e+001 -2.83737024221453e+001 1.28571428571429e+001 5.35640138408304e+001 -3.05882352941176e+001 1.42369337979094e+001 5.46712802768166e+001 -3.44636678200692e+001 1.54285714285714e+001 4.85813148788927e+001 -1.95155709342561e+001 1.67456445993031e+001 4.30449826989619e+001 -1.01038062283737e+001 1.75609756097561e+001 4.35986159169550e+001 -4.01384083044982e+000 |

鐵桿木蟲 (職業(yè)作家)
|
均方差(RMSE):10.3099456356208 殘差平方和(SSE):2976.25941226475 相關(guān)系數(shù)(R): 0.898725556300563 相關(guān)系數(shù)之平方(R^2): 0.807707625547757 確定系數(shù)(DC): 0.763694912872346 F統(tǒng)計(F-Statistic): 6.60075351724251 參數(shù) 最佳估算 -------------------- ------------- a -0.883347683676744 b -1.4382935276553 c 0.867127655452422 d 0.532124669771594 e 0.268138053507002 f 0.909792395686838 |
版主 (知名作家)
|
您好,請問一下,我定義了y1的值,擬合的時候為什么還把y1當(dāng)做未定義的參數(shù)呢? Variable x,y2 Parameter d,e,f; Constant epsilon=0.3921,h0=6.3,R=125,Sf=0.03143,VR=1308.33, y1(1:14)=[60.6230417,81.5505891,90.8638391,89.1365064,82.5600593, 74.2595016,67.0931699,60.2069028,53.4382785,48.8087444, 44.4447673,41.4230248,8.7552541,37.4008104]; ConstStr h1=h0*(1-epsilon),Delta_h=h0-h1, Lc=sqrt(R*Delta_h-(Delta_h^2)/4),Re=R+(Lc^2)*(2*Sf+Sf^2)/Delta_h, z0=Re+h1/2,z=z0-sqrt(Re^2-x^2), Vx=h1*VR*(1+Sf)/(2*z); Function y2=d*y1+e*(f*Vx-VR)/z; Data; x,y2 1.12891986062718e+000 3.19723183391004e+001 2.25783972125436e+000 3.47404844290657e+001 3.76306620209059e+000 4.13840830449827e+001 5.01742160278746e+000 2.58823529411765e+001 6.39721254355401e+000 2.25605536332180e+001 7.77700348432056e+000 1.75778546712803e+001 8.96864111498258e+000 9.68858131487885e-001 1.02229965156794e+001 -1.61937716262976e+001 1.16655052264808e+001 -2.83737024221453e+001 1.28571428571429e+001 -3.05882352941176e+001 1.42369337979094e+001 -3.44636678200692e+001 1.54285714285714e+001 -1.95155709342561e+001 1.67456445993031e+001 -1.01038062283737e+001 1.75609756097561e+001 -4.01384083044982e+000 |

| 5 | 1/1 | 返回列表 |
| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|
|
[考研] 301求調(diào)劑 +5 | yy要上岸呀 2026-03-17 | 5/250 |
|
|---|---|---|---|---|
|
[考研] 277調(diào)劑 +5 | 自由煎餅果子 2026-03-16 | 6/300 |
|
|
[考研] 296求調(diào)劑 +4 | 大口吃飯 身體健 2026-03-13 | 4/200 |
|
|
[考研] 08工科 320總分 求調(diào)劑 +4 | 梨花珞晚風(fēng) 2026-03-17 | 4/200 |
|
|
[文學(xué)芳草園] 伙伴們,祝我生日快樂吧 +17 | myrtle 2026-03-10 | 26/1300 |
|
|
[考研] 304求調(diào)劑 +5 | 素年祭語 2026-03-15 | 5/250 |
|
|
[考研] 283求調(diào)劑 +10 | 小樓。 2026-03-12 | 14/700 |
|
|
[考研] 326求調(diào)劑 +3 | mlpqaz03 2026-03-15 | 3/150 |
|
|
[考研] 22408總分284求調(diào)劑 +3 | InAspic 2026-03-13 | 3/150 |
|
|
[考研] 材料與化工 323 英一+數(shù)二+物化,一志愿:哈工大 本人本科雙一流 +4 | 自由的_飛翔 2026-03-13 | 5/250 |
|
|
[考研] 中科大材料專碩319求調(diào)劑 +3 | 孟鑫材料 2026-03-13 | 3/150 |
|
|
[考研] 279求調(diào)劑 +3 | Dizzy123@ 2026-03-10 | 3/150 |
|
|
[考研] 材料與化工求調(diào)劑一志愿 985 總分 295 +8 | dream…… 2026-03-12 | 8/400 |
|
|
[考研] [0860]321分求調(diào)劑,ab區(qū)皆可 +4 | 寶貴熱 2026-03-13 | 4/200 |
|
|
[考研] 329求調(diào)劑 +3 | miaodesi 2026-03-12 | 4/200 |
|
|
[考研] 311求調(diào)劑 +3 | 冬十三 2026-03-13 | 3/150 |
|
|
[考研] 工科調(diào)劑 +4 | Jiang191123! 2026-03-11 | 4/200 |
|
|
[考研] 求調(diào)劑 +3 | 程雨杭 2026-03-12 | 3/150 |
|
|
[論文投稿]
投稿問題
5+4
|
星光燦爛xt 2026-03-12 | 6/300 |
|
|
[考研] 大連大學(xué)化學(xué)專業(yè)研究生調(diào)劑 +3 | 琪久. 2026-03-10 | 8/400 |
|