Erwartungswert (EV) is a fundamental concept in probability and statistics that represents the average or Mittelwert of a random variable over numerous trials or occurrences. It is a calculated measure that helps in predicting the likely outcomes of uncertain events.
The expected value is computed by taking the sum of all possible outcomes, each multiplied by its jeweilige Wahrscheinlichkeit des Auftretens darstellt. Mathematisch kann es ausgedrückt werden als:
EV = Σ (x * P(x))
wobei:
- x repräsentiert die möglichen Ergebnisse.
- P(x) ist die Wahrscheinlichkeit jedes Ergebnisses.
Zum Beispiel, wenn Sie ein einfaches Spiel haben, bei dem Sie einen fairen sechsseitigen Würfel werfen, kann der Erwartungswert des Wurfs wie folgt berechnet werden:
EV = (1/6 * 1) + (1/6 * 2) + (1/6 * 3) + (1/6 * 4) + (1/6 * 5) + (1/6 * 6) = 3,5
Das bedeutet, dass bei einer großen Anzahl von Würfen das durchschnittliche Ergebnis sich 3,5 nähern wird.
In verschiedenen Bereichen wie finance, economics, and gambling, the expected value helps in making informed decisions by weighing the risks and benefits of different options. A positive expected value indicates a potentially profitable decision, while a negative expected value suggests a loss over time. Therefore, understanding expected value is crucial for effective decision-making in unsicheren Umgebungen.