I was practicing for my next stochastic exam and I was doing some exercises.
I have noticed that I still find it difficult to model a mathematical model from a problem.
Let's take the following problem for example:
From an urn with $n$ balls numbered from $1$ to $n$, $k ≥ 1$ balls are drawn random and and then put back inside.
$X$ be the largest drawn number among the $k$ drawn.
Let's assume I have to model a probability space.
Than for the P-Space $(\Omega ,F,P)$ I would write:
$\Omega=\left \{ (w_1,...,w_k)| w_i \in\left \{ 1,...,n \right \},i \in \left \{ 1,...,k \right \} \right \} $ $\\F=Pot(\Omega) \\\text{and } X=\left \{ w_i \in(w_1,...,w_k)|w_i \geq w_j, \text{for all } j \neq i \right \}$
Now how can I find the probability measure $P$ if I don't know what I'm going to do with this model.
I don't know if it is clear what I mean: how can I find a probability measure if I don't know which event I have to find?