How to calculate Expected Value of Random Variable √X
Asked
Active
Viewed 352 times
-5

Ali
- 1
- 1
-
1I'm voting to close this question as off-topic because it is not about programming as defined in the guidelines – desertnaut Nov 10 '19 at 18:49
-
I'm voting to close this question as off-topic because it's about math. – user2357112 Feb 09 '20 at 19:40
1 Answers
-1
In case of Discrete Random Variable:
- E[x]= Σ (x) * P(x)
- E[√X]= Σ (√x) * P(x)
In case of Continuous Random Variable:
- E[x]= ∫ (x) * f(x) dx
- E[√X]= ∫ (√x) * f(x) dx
Integrate on all values of X

Ali
- 1
- 1