How Are CDF and PDF Related in Statistics?

AI Thread Summary
The cumulative distribution function (CDF) represents the probability accumulated up to a certain point, while the probability density function (PDF) indicates the likelihood of a specific value. The CDF is derived from the integral of the PDF, where the relationship is expressed as F(k) = ∫[0 to k] f(x) dx. For continuous variables, the probability of a specific value is zero, while discrete variables can have non-zero probabilities at specific points. The CDF sums probabilities up to a given value, providing insights into cumulative probabilities. Understanding these concepts is crucial for statistical analysis and interpreting data distributions effectively.
freedominator
Messages
5
Reaction score
0
how are cdf and pdf related in statistics?
please help i have a test tomorrow
 
Physics news on Phys.org
ok i think i got it
cumulative distribution function is the integral from 0 to k of a probability distribution function of k
thats why the p(k) =F(k)-F(k-1)
 
freedominator said:
ok i think i got it
cumulative distribution function is the integral from 0 to k of a probability distribution function of k
thats why the p(k) =F(k)-F(k-1)

CDF is the probability accumulated up to the said-point k for instance (from -∞) in other words it is the area under the curve.
PDF is the probability at that point. ##P(X=k)## meaning it is the height of the density function at k.
 
false P(X=k) for any density function is 0. The probability density function tells you the probability that the experiment ends up in some interval. For instance, the PDF will tell you how likely it is that you find someone between 5 feet and 6 feet, if you use the normal curve perhaps. It won't tell you the probability that someone is exactly 6 foot. Only discrete random variables give you non zero probabilities for a single number. The CDF gives you the probability that all the previous values were reached, up to , and including the value you want. So for instance, let's say that you want to know, on the normal curve perhaps, the probability that a person is AT MOST 8 foot. then you would sum up all the previous probabilities up to the 8 foot mark. That will give you the probability that someone is under 8 feet tall.

Mathematically f(x)= density function F(x) = cumulative function (d/dx)F(x)=f(x) or F(x)= the integral of f(x)
 
jwatts said:
false P(X=k) for any density function is 0.

That might depend on the terminology used in particular textbooks. For "discrete" random variables P(X=k) need not be zero. From an advanced (measure theoretic) point of view the summation used to define the cumulative distribution function of a discrete random variable can be regarded as a type of integration. From that point of view, one may speak of the pdf and cdf of a discrete random variable. In elementary textbooks, the author may reserve the terms cdf and pdf for "continuous" random variables. If an author does this, I wonder what terminology he uses for the analgous functions associated with discrete random variables.
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top