Continuous Random Variable: Difference between revisions
No edit summary |
No edit summary Tag: Manual revert |
||
| Line 28: | Line 28: | ||
<math> | <math> | ||
P(X = a) | P(X = a) = 0 | ||
</math> | </math> | ||
Revision as of 07:39, 1 March 2024
Continuous random variables have an inifinite number of values for any given interval. While similar, the approach to analysis is very different from discrete variables
- Summation becomes integration
- Probability becomes area under a curve
Probability Distribution Function Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(x) }
The probability density function (pdf) maps a continuous variable to a probability density.
As the name "density" suggests, the area under the pdf curve between a range is the probability of the variable being in that range.
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P(c \leq x \leq d) = \int_c^d f(x) dx = F(d) - F(c) }
Total area under the curve must be Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1 }
, as chances of
events happening is 100% if the range includes all possible events.
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int_{-\infty}^\infty f(x) dx = 1 }
There is no area under a single point
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P(X = a) = 0 }
Mean and Variance
The mean and variance calculations are pretty much the same as that of discrete random variables, except the summations are swapped out for integrals.
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle E(X) = \mu_X = \int_{-\infty}^\infty x f(x) dx }
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Var(X) = \sigma^2_X = \int_{-\infty}^\infty (x - \mu_X)^2 f(x) dx = \int_{-\infty}^\infty x^2 f(x) dx - \mu_X^2 }
Uniform Distribution Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle X \sim Uniform(a, b) }
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a } is minimum, and Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b }
