24小时热门版块排行榜    

查看: 2712  |  回复: 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的回帖

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的回帖
查看全部 5 个回答

月只蓝

主管区长 (职业作家)

【答案】应助回帖

★ ★ ★ ★ ★ ★ ★ ★ ★ ★
感谢参与,应助指数 +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

新虫 (著名写手)

求解答?着急

[ 发自手机版 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的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 276求调剂 +4 路lyh123 2026-02-28 5/250 2026-03-02 11:20 by yuchj
[考研] 268求调剂 +3 简单点0 2026-03-02 4/200 2026-03-02 11:14 by 黑!在干嘛
[考研] 284求调剂 +10 天下熯 2026-02-28 11/550 2026-03-02 11:03 by 无际的草原
[考研] 264求调剂 +4 巴拉巴拉根556 2026-02-28 4/200 2026-03-02 10:48 by yuchj
[考研] 274求调剂 +3 cgyzqwn 2026-03-01 7/350 2026-03-02 10:38 by lature00
[考研] 欢迎采矿、地质、岩土、计算机、人工智能等专业的同学报考 +5 pin8023 2026-02-28 7/350 2026-03-02 10:33 by ZY,先生
[基金申请] 成果系统访问量大,请15分钟后再尝试。由此给您造成的不便,敬请谅解。 +4 xhuama 2026-03-02 4/200 2026-03-02 10:28 by 19850826zhao
[考研] 275求调剂 +3 L-xin? 2026-03-01 6/300 2026-03-02 10:22 by 热情沙漠
[考研] 调剂 +3 13853210211 2026-03-02 4/200 2026-03-02 10:16 by 13853210211
[考研] 322求调剂 +3 熊境喆 2026-03-01 3/150 2026-03-02 08:44 by houyaoxu
[考研] 292求调剂 +6 yhk_819 2026-02-28 6/300 2026-03-01 23:23 by 向上的胖东
[考研] 江苏省农科院招调剂1名 +3 Qwertyuop 2026-03-01 3/150 2026-03-01 23:18 by aaadim
[考研] 26考研报考西工大材料308分求调剂 +3 weizhong123 2026-03-01 3/150 2026-03-01 21:42 by 公瑾逍遥
[考博] 26申博 +4 想申博! 2026-02-26 6/300 2026-03-01 17:32 by 想申博!
[考研] 285求调剂 +8 满头大汗的学生 2026-02-28 8/400 2026-03-01 16:47 by caszguilin
[基金申请] 刚录用,没有期刊号,但是在线可看的论文可以放为代表作吗 10+3 arang1 2026-03-01 3/150 2026-03-01 16:43 by babero
[考研] 材料284求调剂,一志愿郑州大学英一数二专硕 +10 想上岸的土拨鼠 2026-02-28 10/500 2026-03-01 14:12 by yc258
[考研] 302材料工程求调剂 +4 Doleres 2026-03-01 5/250 2026-03-01 11:52 by liqiongjy
[考博] 博士自荐 +4 kkluvs 2026-02-28 4/200 2026-03-01 10:19 by 馥安馥安
[考研] 085600材料工程一志愿中科大总分312求调剂 +8 吃宵夜1 2026-02-28 10/500 2026-02-28 20:27 by L135790
信息提示
请填处理意见