由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - y = a + b * (c ^ x)
相关主题
regression后的residual是个双峰分布发一个统计part-time的job
关于SAS里面 PROC MODEL 的output,急!!transform to gaussian?
请问一个Regression的问题regression要求做normality test么?
请问 SAS转到 R 的问题关于REGRESSION MODEL里的RESIDUL PLOT
PROC LIFETEST in SAS 9.1.3 vs 9.2 得出的结果不一样[合集] help - sas proc sql with do loop
[sas] 怎么用自定义format里的值来计算?multiple linear regression结果residual不符合正太咋办
what is statistic score如果regression后,normality assumption不满足
[合集] linear regression的问题请教logistic regression
相关话题的讨论汇总
话题: values话题: log话题: initial话题: proc话题: model
进入Statistics版参与讨论
1 (共1页)
S******y
发帖数: 1123
1
This seems to be a simple problem. But I just could not figure out --
A*******s
发帖数: 3942
2
Box-Cox transformation? How about transform the equation to
log(Y-a)=log(b)+X*log(c)
then try a series of values of a to see which one fits better? Just my two
cents, correct me please.

【在 S******y 的大作中提到】
: This seems to be a simple problem. But I just could not figure out --
S******y
发帖数: 1123
3
Thanks!
Is there a formal way to solve this?
such as optimization to minimize discrepancies between y and y-hat by
searching thru parm space?
A*******s
发帖数: 3942
4
I think you can use box-cox transformation, but i'm not sure how to include
the term a.

【在 S******y 的大作中提到】
: Thanks!
: Is there a formal way to solve this?
: such as optimization to minimize discrepancies between y and y-hat by
: searching thru parm space?

W**********E
发帖数: 242
5
You can fit a nonlinear regression model using SAS. I think you can define
function form y=a+b(c^x) in nlin or model procedure.
When you choose initial values of parameters, you could either make a guess
or use the suggestions from the post above---transform y and x and fit
linear regression--get crude estimates of log(b) and log(c) and exponentiate
them.
The headaches of running non-linear regression always come from choosing
initial values.

【在 S******y 的大作中提到】
: Thanks!
: Is there a formal way to solve this?
: such as optimization to minimize discrepancies between y and y-hat by
: searching thru parm space?

P****D
发帖数: 11146
6
1. Feed your data and the relationship to SAS proc nlin. That proc is
usually helpful in finding initial values for estimates. After you have good
initial values you can improve them using nlmixed if needed.
2. Good luck... God bless you...
S******y
发帖数: 1123
7
Thank both of you for help!
I only tried PROC MODEL. which seems working well!
1 (共1页)
进入Statistics版参与讨论
相关主题
请教logistic regressionPROC LIFETEST in SAS 9.1.3 vs 9.2 得出的结果不一样
如果不满足normality的假设,还能用proc glm吗?[sas] 怎么用自定义format里的值来计算?
大包子,求教一道sas的p value.....着急啊 。。。。。。。what is statistic score
很挑战的data transformation problem help[合集] linear regression的问题
regression后的residual是个双峰分布发一个统计part-time的job
关于SAS里面 PROC MODEL 的output,急!!transform to gaussian?
请问一个Regression的问题regression要求做normality test么?
请问 SAS转到 R 的问题关于REGRESSION MODEL里的RESIDUL PLOT
相关话题的讨论汇总
话题: values话题: log话题: initial话题: proc话题: model