- #1
tomasrrd
- 4
- 0
- Homework Statement
- Hi, I am tryin to solve the following, but I think that something is missing in my understanding.
A company is trying to predict whether a product will be successful. A measurement X (real valued r.v) is made for each product. The company would like to find a threshold ##\theta## so that if ##x>=\theta## the product is supported and otherwise abandoned. Z is Bernoulli variable to model success(1) and failure(0).
The company found that ##X\sim Gamma(2.5,0.25)## and
$$ \Pr(Z=1 | X=x) = \frac {e^{(x-\mu)e^{-\gamma}}}{1+e^{(x-\mu)e^{-\gamma}}}$$
where ##\mu, \gamma## are unknown constants with flat priors.
The utility for the company:
1. product is supported and is success: ##b_1=10##
2. the product is supported and if failure: ##b_2=-6##
3. the product is abandoned: ##b_3=-1##.
One of the questions I am struggling with is:
Find a formula that computes the expected utility for a product given a specific value for ##\theta, \gamma, \mu##.
- Relevant Equations
- NA
I thought that the expected utility is simply the utility of an outcome multiplied by the probability of that outcome. I thought about the following:
set
$$p:=\Pr(Z=1 | X=x) = \frac {e^{(x-\mu)e^{-\gamma}}}{1+e^{(x-\mu)e^{-\gamma}}}$$
and then
$$E(utility)=[b_1⋅p+b_2⋅(1−p)]\Pr(X\leqθ)+b_3⋅\Pr(X>θ)$$
since we have the information thafdt ##X∼Gamma(2.5,0.25)##.
The problem is that p itself depends on x, and it doesn't really make sense.
I am not sure what I am missing...
Thanks in advanced.
Tomas.
set
$$p:=\Pr(Z=1 | X=x) = \frac {e^{(x-\mu)e^{-\gamma}}}{1+e^{(x-\mu)e^{-\gamma}}}$$
and then
$$E(utility)=[b_1⋅p+b_2⋅(1−p)]\Pr(X\leqθ)+b_3⋅\Pr(X>θ)$$
since we have the information thafdt ##X∼Gamma(2.5,0.25)##.
The problem is that p itself depends on x, and it doesn't really make sense.
I am not sure what I am missing...
Thanks in advanced.
Tomas.
Last edited: