When you write cumulative density function you probably mean cumulative distribution function. As far as I know cumulative density function has no meaning in probability theory and Wikipedia writes:
Cumulative density function is a self-contradictory phrase resulting from confusion between:
- probability density function, and
- cumulative distribution function.
The two words cumulative and density contradict each other.
However from you usage it seems clear that you intend for it to be cumulative distribution function (cdf).
exitwound said:
First, can I verify that this antiderivative is correct?
Since F'(X) = f(X) [tex]F(X)=-e^{-\lambda x}[/tex]
This is the right antiderivative for non-negative numbers however it may not be exactly the one you're looking for (remember there are infinitely many that can be obtained by adding constants). Remember that f(x)=0 for x<0 so the antiderivative is 0 if x < 0.
[tex]G(x) = \begin{cases} -e^{-\lambda x} & 0 \leq x \\ 0 & x < 0 \end{cases}[/tex]
is probably what you meant.
Now as you wrote earlier the cdf is:
[tex]F(x) = \int_{-\infty}^x f(y) dy = G(x) - \lim_{y \to -\infty}G(y)[/tex]
It's not enough for it be an antiderivative of f(y), it must be the right one (given by the equation above).
From that you should be able to compute the correct cdf (and it's not equal to G(x)).
Finding the 100pth percentile is equivalent to finding the cumulative density function (the antiderivative) from 0-->p correct?
I'm not sure exactly what finding the cdf from 0->p means, but I don't think it's the right idea. By definition we say that a value x is the 100pth percentile if F(x)=p. Thus you need to solve this equation for x to find an expression for the 100pth percentile.
And F(.5) = [itex]\eta[/itex] for the mean...
The mean is just a fancy word for the 50th percentile. That is we call m the mean if F(m)=.5