Uma função de distribuição, frequentemente referida como uma função de distribuição acumulada (CDF), is a fundamental concept in probability and statistics. It provides a complete description of the probability distribution of a random variable by detailing the likelihood that the variable will take on a value less than or equal to a specific point. In simpler terms, it allows us to understand how probabilities accumulate over a range of values.
Matematicamente, para uma variável aleatória X, a função de distribuição F(x) é definida como:
F(x) = P(X ≤ x)
Essa equação afirma que F(x) fornece a probabilidade de que a variável aleatória X seja menor ou igual ao valor x. A função possui várias propriedades importantes:
- Não decrescente: À medida que x aumenta, F(x) não diminui.
- Limites: F(x) approaches 0 as x approaches negative infinity and approaches 1 as x approaches positive infinity.
- Intervalo: Os valores de F(x) variam de 0 a 1.
Distribution functions can be used in various applications, such as determining probabilities, making predictions, and performing statistical analyses. They are foundational in fields like aprendizado de máquina, where understanding the distribution of data points is crucial for developing models. Additionally, different types of distribution functions exist, such as normal, binomial, and Poisson distributions, each describing different types of data behavior.