Probability theory: Probability density function

This is part of the course “Probability Theory and Statistics for Programmers”.

Probability Theory For Programmers

The probability density function is a derivative of the distribution function, which characterizes the density with which the values of the random variable are distributed at a given point.

Let’s take a look at the simple example. We have distribution function and we should find the probability of falling in the interval between a and b. This probability is simply area lying under the curve from a to b. In order to find definite integral, we will use a magic function from numerical analysis domain:)

If we have distribution function only we also can find the probability of falling into the interval.

probability of falling into the interval from x to x + Δx
find the probability both way

Next part ->

Reach the next level of focus and productivity with increaser.org.

Increaser

--

--

Indie hacker behind increaser.org. More at radzion.com

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store