1
$\begingroup$

So apparently I'm having quite a difficult time finding probability distributions. My first question is how to develop a strategy of finding these probability distributions. My next question comes from a book I'm using to study for the CAS Exam P and it goes like this:

Let $p(x)=(\frac34)(\frac14)^x, x=0,1,2,3...$ be probability mass function of a random variable $X$. Find $F$, the distribution of $X$.

  • 0
    This is a geometrique distribution.2012-10-29

2 Answers 2

2

Hagen answered a specific part of your question, but I see that your question is how to understand how to do this in general. So, that is why I am answering the question. Please let me know if there are parts that are not clear.

In general, the cumulative distribution function is defined by

$F(x) = P(X \leq x).$

You already have $p(x) = P(X = x)$. So, if you want to find $F(n) = P(X \leq n)$, you just add up all of the values of $p(x)$ for all $x \leq n$. That is

$\begin{align*} F(n) &= P(X \leq n) \\ &= P(X = 0) + P(X = 1) + P(X = 2) + \cdots + P(X = n) \\ &= p(0) + p(1) + p(2) + \cdots + p(n). \end{align*}.$

The above formula assumes that $n$ is an integer. But, if $n$ were not an integer, you would just add up all values of $p(x)$ for $x \leq n$, just as I said. For example,

$F(3.14159) = p(0) + p(1) + p(2) + p(3).$

Now, if you want to find a nice formula for $F(x)$ for this specific problem, see Hagen's answer. In general, nice formulas may or may not be possible, and the techniques for finding them would vary hugely from problem to problem.

For this specific problem, note, for any $x$ in $[0, 1)$, $F(x)$ will have the same value, $p(0)$. And, for any $x$ in $[1, 2)$, $F(x) = p(0) + p(1)$. And, for any $x$ in $[2, 3)$, $F(x) = p(0) + p(1) + p(2)$. And so on. So, $F(x)$, as a function, has an infinite number of jump discontinuities. The main thing here is, for any $x$ value, hopefully you now understand how to find $F(x)$.

4

$F(x)$ is the probability of $X\le x$. Thus $F(x)=0$ for $x<0$, $F(x)=\frac34$ for $0\le x<1$, $F(x)=\frac{15}{16}$ for $1\le x<2$. You should find that $F(x)=1-\frac1{4^{\lfloor x\rfloor+1}}$ if $x\ge0$.