Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

If

$$E[f(x)]=0$$

can we derive that

$$E[f'(x)]=0?$$

For example $f(x)$ means some noise with zero mean, gaussian distribution.

share|improve this question
1  
One wonders just what $f'(x)$ even means in the example. The usual sense of "noise" is an uncorrelated process, but that's almost surely not differentiable. – whuber Jun 10 '11 at 13:39

2 Answers

up vote 6 down vote accepted

With your definitions no. Suppose we have a random variable $X$, what you are asking if it is possible to derive

$$Ef'(X)=0$$

from

$$Ef(X)=0.$$

Take $f(x)=x$. Then $Ef(X)=EX=0$ and this means that variable $X$ has zero mean. Now $f'(x)=1$, and

$$Ef'(X)=E[1]=1,$$

hence the original statement does not hold for all functions $f$.

share|improve this answer

Agree with Mpiktas ..

way 1 to think it:

In generalized way is that $E(f(x)) = \int f(x)p(x) = \int(f(x)p(x)dx)$ while $E(f'(x) ) = \int ( \frac{df(x)}{dx}p(x)dx)$..

Thinking it mathematically also a $d/dx$ operator comes inside the integral to cancel some part of the integral effect. It makes sense then to think that they are not equal.

way 2:

if integral is zero then $f(1)p(1)+ f(2)p(2)+ ... = 0$ meaning that the function is rising-falling..The slope of that function will then not rise fall the same way.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.