Soit une chaîne de Markov avec la matrice de transition P = pmatrix 0{,}5 & 0{,}5 0{,}3 & 0{,}7 pmatrix et la distribution initiale ^{(0)} = (0{,}6, 0{,}4). Calculer la distribution ^{(1)} après une étape.
Indice : Utilise la formule ^{(1)} = ^{(0)} P.
^{(1)} = (0{,}6, 0{,}4) pmatrix 0{,}5 & 0{,}5 0{,}3 & 0{,}7 pmatrix
^{(1)} = (0{,}6 0{,}5 + 0{,}4 0{,}3, 0{,}6 0{,}5 + 0{,}4 0{,}7)
^{(1)} = (0{,}3 + 0{,}12, 0{,}3 + 0{,}28) = (0{,}42, 0{,}58)