由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Economics版 - 请教:估计partially identified set时,是怎么用程序run出来的?
相关主题
期望值关于概率参数的性质求教一个问题
[合集] recommand a book on MCMC?Can you identify this economist?
请教计量高手:Re: 狗屁不通" 毛泽东经济的本质实际是封建农奴庄园主义, "?
请问用R如何实现binary choice logit model[合集] 祝贺两位华人教授升TOP 5名校正教授
need 2 papers,thanks[合集] 问个计量经济学问题
精彩:陈琳谈郎咸平、学术和自己(摘录)还有一个关于OLS的问题要向大家请教。。。
急问一个profit maximizing的问题。顺便找一个经济学tutor。价格好商量。[合集] 一个概念性的问题 ,请求帮助~~~~~ (转载)
can we use discrete choice model for firm-level data?回国选择offer的标准--我的一些经历
相关话题的讨论汇总
话题: sum话题: exp话题: beta话题: xb话题: partially
进入Economics版参与讨论
1 (共1页)
m******y
发帖数: 266
1
譬如一个很简单的参数化的问题:E{(y-xb)exp(x)} >= 0.
e*******a
发帖数: 514
2
E{(y-xb)exp(x)}
=E[E{(y-xb)exp(x)}|X]
=E[exp(x)(E{y|X}-xb)]>= 0
Through sample analog,
1/n \sum_{i=1}^n[exp(x_i) (\sum{i=1}^n (y_i-x_i*b))]>=0.
I guess, matlab fminsearch will do the work.
This is my take on your question. Never read anything about partial
identification problem before. Low credibility in my answer.
Good luck.

【在 m******y 的大作中提到】
: 譬如一个很简单的参数化的问题:E{(y-xb)exp(x)} >= 0.
m******y
发帖数: 266
3
你这想法不错,一开始我也是这么想的。但后来实际问题是,你很容易定义sample
sanlog of E[exp(x)(E{y|X}-
xb)]>= 0. 但是程序要run出一个set,而不是一个点的时候,计算问题就出来了。

【在 e*******a 的大作中提到】
: E{(y-xb)exp(x)}
: =E[E{(y-xb)exp(x)}|X]
: =E[exp(x)(E{y|X}-xb)]>= 0
: Through sample analog,
: 1/n \sum_{i=1}^n[exp(x_i) (\sum{i=1}^n (y_i-x_i*b))]>=0.
: I guess, matlab fminsearch will do the work.
: This is my take on your question. Never read anything about partial
: identification problem before. Low credibility in my answer.
: Good luck.

e*******a
发帖数: 514
4
The sample analog (sa) is:
1/n \sum_{i=1}^n {exp(x_i)*[\sum_{j=1}^n y_j -x_i*\beta]}>=0,
define y_bar = \sum_{j=1}^n y_j,
the sa becomes:
1/n \sum_{i=1}^n {exp(x_i)*[y_bar -x_i*\beta]}>=0.
Let's start with a simple case, \beta is in R.
sa implies \beta <= (y_bar * \sum_{i=1}^n exp(x_i) )/(\sum_{i=1}^n x_i).
Here, you only need a calculator.
If \beta is in a compact subset of R^2. You could fix one of the coordinates
of \beta first, then it reduces to the previous case. So for your program,
you h

【在 m******y 的大作中提到】
: 你这想法不错,一开始我也是这么想的。但后来实际问题是,你很容易定义sample
: sanlog of E[exp(x)(E{y|X}-
: xb)]>= 0. 但是程序要run出一个set,而不是一个点的时候,计算问题就出来了。

m******y
发帖数: 266
5
计算的问题在于,你不可能把参数空间都搜索一遍,因此我们最大化concave/convex的
目标函数时候,结合data,可以根据高斯牛顿法很“快”寻找出解。要把整个参数空间
都找一遍的办法是几乎不可行的。别的计算方法,譬如Han Hong他们的MCMC,也是希望
直接根据data直接找到解。

coordinates
,

【在 e*******a 的大作中提到】
: The sample analog (sa) is:
: 1/n \sum_{i=1}^n {exp(x_i)*[\sum_{j=1}^n y_j -x_i*\beta]}>=0,
: define y_bar = \sum_{j=1}^n y_j,
: the sa becomes:
: 1/n \sum_{i=1}^n {exp(x_i)*[y_bar -x_i*\beta]}>=0.
: Let's start with a simple case, \beta is in R.
: sa implies \beta <= (y_bar * \sum_{i=1}^n exp(x_i) )/(\sum_{i=1}^n x_i).
: Here, you only need a calculator.
: If \beta is in a compact subset of R^2. You could fix one of the coordinates
: of \beta first, then it reduces to the previous case. So for your program,

1 (共1页)
进入Economics版参与讨论
相关主题
回国选择offer的标准--我的一些经历need 2 papers,thanks
问个简单的计量问题精彩:陈琳谈郎咸平、学术和自己(摘录)
向高手请教-law of demand for housing急问一个profit maximizing的问题。顺便找一个经济学tutor。价格好商量。
请问如何估计这么一系列parameters.can we use discrete choice model for firm-level data?
期望值关于概率参数的性质求教一个问题
[合集] recommand a book on MCMC?Can you identify this economist?
请教计量高手:Re: 狗屁不通" 毛泽东经济的本质实际是封建农奴庄园主义, "?
请问用R如何实现binary choice logit model[合集] 祝贺两位华人教授升TOP 5名校正教授
相关话题的讨论汇总
话题: sum话题: exp话题: beta话题: xb话题: partially