D

Verteilungsfunktion

Verteilungsfunktion

Eine Verteilungsfunktion beschreibt die Wahrscheinlichkeit, dass eine Zufallsvariable in einen bestimmten Wertebereich fällt.

Eine Verteilungsfunktion, oft bezeichnet als eine kumulative Verteilungsfunktion (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.

Mathematisch ist für eine Zufallsvariable X die Verteilungsfunktion F(x) definiert als:

F(x) = P(X ≤ x)

Diese Gleichung besagt, dass F(x) die Wahrscheinlichkeit angibt, dass die Zufallsvariable X kleiner oder gleich dem Wert x ist. Die Funktion hat mehrere wichtige Eigenschaften:

  • Monoton steigend: Wenn x zunimmt, nimmt F(x) nicht ab.
  • Grenzen: F(x) approaches 0 as x approaches negative infinity and approaches 1 as x approaches positive infinity.
  • Spannweite: Die Werte von F(x) liegen zwischen 0 und 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 maschinellem Lernen, 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.

Strg + /