24小时热门版块排行榜    

Znn3bq.jpeg
查看: 2749  |  回复: 4

puxinyue

新虫 (著名写手)

[求助] 关于四参数Logistic方程 已有1人参与

哪位大神帮忙求解
方程y=a+{(b-a)/(1+10^[(m-x)*c)]},已知x,y值,求解(1)a,b,c,m值(2)m值的95%置信区间.用SPSS如何操作?
x                          y
-30.0                      1.0
-0.698970004        0.908018198
-0.397940009        0.759213831
-0.22184875        0.552014559
-0.096910013        0.306860783
0.0                      0.253619654
0.301029996        0.0
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

月只蓝

主管区长 (职业作家)

【答案】应助回帖

★ ★ ★ ★ ★ ★ ★ ★ ★ ★
感谢参与,应助指数 +1
puxinyue: 金币+2, ★★★很有帮助 2014-10-10 18:48:12
puxinyue: 金币+3, ★★★很有帮助 2014-10-10 21:50:11
puxinyue: 金币+5, ★★★★★最佳答案 2014-10-10 23:52:33
Function y=a+((b-a)/(1+10^((m-x)*c)));
Data;
-30.0                      1.0
-0.698970004        0.908018198
-0.397940009        0.759213831
-0.22184875        0.552014559
-0.096910013        0.306860783
0.0                      0.253619654
0.301029996        0.0


均方差(RMSE): 0.0279229840234457
残差平方和(SSE): 0.00545785125741521
相关系数(R): 0.996922065945113
相关系数之平方(R^2): 0.993853605568273
决定系数(DC): 0.993369989658489
卡方系数(Chi-Square): 0.0333656730760132
F统计(F-Statistic): 808.485052991503

参数        最佳估算
----------        -------------
a                  0.987155395921295
b                  -0.0741458477381193
m                  -0.169875951845711
c                  2.36430519462335


SPSS参见:http://muchong.com/bbs/viewthread.php?tid=6166592&authorid=1122189
MATLAB、MS小问题、普通问题请发帖求助!时间精力有限,恕不接受无偿私信求助。
2楼2014-10-10 18:27:37
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

puxinyue

新虫 (著名写手)

引用回帖:
2楼: Originally posted by 月只蓝 at 2014-10-10 18:27:37
Function y=a+((b-a)/(1+10^((m-x)*c)));
Data;
-30.0                      1.0
-0.698970004        0.908018198
-0.397940009        0.759213831
-0.22184875        0.552014559
-0.096910013        0. ...

非常感谢,我用1stopt算出来的结果和你的一致,但是spss置信区间求不出来。后面显示:
* NonLinear Regression.
MODEL PROGRAM  a=0.74 b=0.99 c=-1.07 m=2.36.
COMPUTE  PRED_=b+(a-b)/(1+10**((m-x)*c)).
NLR y
   /OUTFILE='C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\spss7720\SPSSFNLR.TMP'
   /PRED PRED_
   /CRITERIA SSCONVERGENCE 0 PCON 0.


Warnings
During the execution of the indicated command, an attempt was made to perform exponentiation for which the result would have been outside the range of the computer, i.e.  a magnitude smaller than 10**(-309) or greater than 10**308. The result has been set to the system-missing value.

>Command line: 160  Current case: 1  Current splitfile group: 1
During the execution of the indicated command, an attempt was made to perform exponentiation for which the result would have been outside the range of the computer, i.e.  a magnitude smaller than 10**(-309) or greater than 10**308. The result has been set to the system-missing value.

>Command line: 160  Current case: 2  Current splitfile group: 1
During the execution of the indicated command, an attempt was made to perform exponentiation for which the result would have been outside the range of the computer, i.e.  a magnitude smaller than 10**(-309) or greater than 10**308. The result has been set to the system-missing value.

>Command line: 160  Current case: 3  Current splitfile group: 1
During the execution of the indicated command, an attempt was made to perform exponentiation for which the result would have been outside the range of the computer, i.e.  a magnitude smaller than 10**(-309) or greater than 10**308. The result has been set to the system-missing value.

>Command line: 160  Current case: 4  Current splitfile group: 1
During the execution of the indicated command, an attempt was made to perform exponentiation for which the result would have been outside the range of the computer, i.e.  a magnitude smaller than 10**(-309) or greater than 10**308. The result has been set to the system-missing value.

>Command line: 160  Current case: 5  Current splitfile group: 1
During the execution of the indicated command, an attempt was made to perform exponentiation for which the result would have been outside the range of the computer, i.e.  a magnitude smaller than 10**(-309) or greater than 10**308. The result has been set to the system-missing value.

>Command line: 160  Current case: 6  Current splitfile group: 1
During the execution of the indicated command, an attempt was made to perform exponentiation for which the result would have been outside the range of the computer, i.e.  a magnitude smaller than 10**(-309) or greater than 10**308. The result has been set to the system-missing value.

>Command line: 160  Current case: 7  Current splitfile group: 1
Predicted values are missing, or case weights are missing or not positive for all cases.
This command is not executed.
关于四参数Logistic方程
QQ截图20141010185252.png

3楼2014-10-10 18:54:54
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

puxinyue

新虫 (著名写手)

求解答?着急

[ 发自手机版 http://muchong.com/3g ]
4楼2014-10-10 21:22:28
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

puxinyue

新虫 (著名写手)

解决,谢谢

[ 发自手机版 http://muchong.com/3g ]
5楼2014-10-10 21:49:39
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 puxinyue 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 279学硕食品专业求调剂院校 20+4 孤独的狼爱吃羊 2026-04-12 18/900 2026-04-13 01:17 by 幸免 ..
[考研] 材料相关专业344求调剂双非工科学校或课题组 +9 hualkop 2026-04-12 9/450 2026-04-12 22:41 by kyle12138
[考研] 复试调剂 +14 积极向上; 2026-04-10 16/800 2026-04-12 20:02 by gruyclewee
[考研] 290求调剂 +14 柯淮然 2026-04-12 16/800 2026-04-12 19:22 by dan_wang
[考研] 339求调剂 +8 hanwudada 2026-04-11 9/450 2026-04-12 15:36 by laoshidan
[考研] 22408调剂315分 +3 zhuangyan123 2026-04-09 3/150 2026-04-12 00:25 by 蓝云思雨
[考研] 22专硕求调剂 +6 haoyun上岸 2026-04-11 8/400 2026-04-11 23:21 by labixiaoqiao
[考研] 材料工程日语考生求调剂 +7 0856?调剂 2026-04-10 7/350 2026-04-11 21:33 by 蓝云思雨
[考研] 070300化学279求调剂 +19 哈哈哈^_^ 2026-04-08 20/1000 2026-04-11 20:43 by stoner78
[考研] 300分求调剂 (085501机械专硕,本科扬大) +8 xu@841019 2026-04-11 8/400 2026-04-11 10:46 by qingpingzhu
[考研] 农学0904 312求调剂 +6 Say Never 2026-04-10 6/300 2026-04-11 10:33 by wwj2530616
[考研] 生物学调剂 +8 小冉要努力 2026-04-10 9/450 2026-04-11 10:22 by wwj2530616
[考研] 080100力学316求调剂 +8 L_Hairui 2026-04-07 8/400 2026-04-11 10:00 by zhq0425
[考研] 一志愿北理工298英一数二已上岸,感谢各位老师 +14 Reframe 2026-04-10 16/800 2026-04-10 23:07 by caotw2020
[考研] 本9 一志愿西工大085601 324求调剂 +5 wysyjs25 2026-04-10 5/250 2026-04-10 16:57 by luoyongfeng
[考研] 材料专硕(0856) 339分求调剂 +9 哈哈哈鹅哈哈哈 2026-04-09 10/500 2026-04-09 20:01 by Orcid
[考研] 085600材料与化工专硕329 求调剂 +24 额cc 2026-04-06 25/1250 2026-04-09 16:01 by wp06
[考研] 二次调剂求老师收留 +3 笑笑袁 2026-04-08 3/150 2026-04-08 23:50 by 醉在风里
[考研] 307求调剂 +3 Youth@@ 2026-04-07 3/150 2026-04-07 22:00 by hemengdong
[考研] 285求调剂 +5 mapmath 2026-04-06 6/300 2026-04-06 17:18 by 蓝云思雨
信息提示
请填处理意见