O Acumulada Função de Distribuição (CDF) is a fundamental concept in teoria da probabilidade and statistics that describes the distribution of a random variable. Specifically, the CDF of a random variable X, denoted as F(x), is defined as the probability that X will take a value less than or equal to x. Mathematically, this is expressed as:
F(x) = P(X ≤ x)
Essa função fornece uma descrição completa da distribuição de probabilidade de uma variável aleatória. Por exemplo, se você tem uma variável aleatória que representa a altura de indivíduos em uma população, a CDF permite determinar a probabilidade de que um indivíduo selecionado aleatoriamente tenha uma altura menor ou igual a um valor específico.
A CDF possui várias propriedades importantes:
- Não decrescente: The CDF is a non-decreasing function, meaning that as x increases, F(x) does not decrease.
- Limites: The CDF approaches 0 as x approaches negative infinity and approaches 1 as x approaches positive infinity.
- Continuidade à direita: The CDF is right-continuous, which means that at any point x, the limit from the right is equal to the function value at that point.
In practical applications, CDFs are used in various fields such as economics, engineering, and natural sciences for análise estatística, avaliação de riscos, and decision-making processes. They are also crucial in the field of aprendizado de máquina and inteligência artificial, particularly in understanding data distributions and probabilistic modeling.