由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - One question about linear regression for interval censored data
相关主题
请教一个面试问题。time-to-event survival model vs time sliced classification models
请教高手 gaussian统计知识一问any regression model with high prediction accuracy?
Regression中噪音项是一个AR(1),如何做MLE或者其它Fit?anybody use minitab?
请教LINEAR REGRESSION基本问题[Q]degrees of freedom in constrained regression
[合集] question about MLEmodel和variables都sig.但每个category都不sig
问一个SAS Life-table的问题 !问一个linear regression 的弱问题。
regression problem - go confused对于 interval censor 的情况怎么写SAS code呀?
censored observation 在hazard model里面是怎么处理的?survival 中关于censoring的问题
相关话题的讨论汇总
话题: censored话题: interval话题: regression话题: likelihood话题: any
进入Statistics版参与讨论
1 (共1页)
g******2
发帖数: 234
1
Suppose y_i is the response variable constrained in the interval [a,b], and
I'm interested in modeling y_i against some predictors x_1i, x_2i, etc. If
the true underline model is y_i=min(max(a,x_i*beta+e_i),b), where e_i is
Gaussian error, is there any way to estimate beta without bias?
Any suggestions or references will be very helpful.
Thanks!
b*****h
发帖数: 95
2
Is it about censored regression? Tobit?
Or using conditional MLE since the error is Gaussian.
k*******a
发帖数: 772
3
可以用MLE吧, 假设phi(.)是n(X_i*beta, sigma^2)的CDF f(.)是pdf
如果 y_i=a, likelihood = phi(a)
如果 y_i=b, likelihood = 1 - phi(b)
如果 a < y_i < b, likelihood = f(y_i)
这个和interval censored survival 很类似...
然后optimize这个likelihood
g******2
发帖数: 234
4
Thanks for the reply!
Is there any R package dealing with this kind of regression? All I found on
web are for survival.
Thanks!
k*******a
发帖数: 772
5
write down the likelihood function
optimize using a optimization procedure in R such as optim or some thing
else

on

【在 g******2 的大作中提到】
: Thanks for the reply!
: Is there any R package dealing with this kind of regression? All I found on
: web are for survival.
: Thanks!

1 (共1页)
进入Statistics版参与讨论
相关主题
survival 中关于censoring的问题[合集] question about MLE
求教一个模型/预测问题问一个SAS Life-table的问题 !
[合集] Can we calculate log likelihood ratio using SAS???regression problem - go confused
问个问题哈,关于maximum likelihood estimatorcensored observation 在hazard model里面是怎么处理的?
请教一个面试问题。time-to-event survival model vs time sliced classification models
请教高手 gaussian统计知识一问any regression model with high prediction accuracy?
Regression中噪音项是一个AR(1),如何做MLE或者其它Fit?anybody use minitab?
请教LINEAR REGRESSION基本问题[Q]degrees of freedom in constrained regression
相关话题的讨论汇总
话题: censored话题: interval话题: regression话题: likelihood话题: any