24小时热门版块排行榜    

查看: 2722  |  回复: 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 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 一志愿 西北大学 ,070300化学学硕,总分287,双非一本,求调剂。 +3 晨昏线与星海 2026-03-20 3/150 2026-03-22 16:00 by ColorlessPI
[考研] 求调剂 +5 Zhangbod 2026-03-21 7/350 2026-03-22 13:13 by Zhangbod
[考研] 一志愿070300浙大化学358分,求调剂! +3 酥酥鱼.. 2026-03-21 3/150 2026-03-22 11:31 by 杨杨杨紫
[考研] 280求调剂 +11 咕噜晓晓 2026-03-18 12/600 2026-03-21 22:40 by ACS Nano——
[考研] 化学调剂 +5 yzysaa 2026-03-21 5/250 2026-03-21 22:12 by peike
[考研] 333求调剂 +5 87639 2026-03-21 7/350 2026-03-21 19:31 by ColorlessPI
[考研] 0805 316求调剂 +3 大雪深藏 2026-03-18 3/150 2026-03-21 18:55 by 学员8dgXkO
[考研] 307求调剂 +3 余意卿 2026-03-18 3/150 2026-03-21 17:31 by ColorlessPI
[考研] 336求调剂 +5 rmc8866 2026-03-21 5/250 2026-03-21 17:24 by 学员8dgXkO
[考研] 299求调剂 +5 shxchem 2026-03-20 7/350 2026-03-21 17:09 by ColorlessPI
[考研] 085601调剂 358分 +3 zzzzggh 2026-03-20 4/200 2026-03-21 10:21 by luoyongfeng
[考研] 一志愿天津大学化学工艺专业(081702)315分求调剂 +12 yangfz 2026-03-17 12/600 2026-03-21 03:30 by JourneyLucky
[考研] 321求调剂 +9 何润采123 2026-03-18 11/550 2026-03-20 23:19 by JourneyLucky
[考研] 一志愿武汉理工材料工程专硕调剂 +9 Doleres 2026-03-19 9/450 2026-03-20 22:36 by JourneyLucky
[考研] 中南大学化学学硕337求调剂 +3 niko- 2026-03-19 6/300 2026-03-20 21:58 by luoyongfeng
[考研] 290求调剂 +7 ^O^乜 2026-03-19 7/350 2026-03-20 21:43 by JourneyLucky
[考研] 一志愿西南交通 专硕 材料355 本科双非 求调剂 +5 西南交通专材355 2026-03-19 5/250 2026-03-20 21:10 by JourneyLucky
[考研] 一志愿吉林大学材料学硕321求调剂 +11 Ymlll 2026-03-18 15/750 2026-03-20 19:40 by 丁丁*
[考研] 081700化工学硕调剂 +3 【1】 2026-03-16 3/150 2026-03-19 23:40 by edmund7
[考研] 312求调剂 +8 陌宸希 2026-03-16 9/450 2026-03-18 12:39 by Linda Hu
信息提示
请填处理意见