I'm currently reading up to try and complete an assignment but our lecture notes are very sparse and skip over the basics to instantly move onto solving random questions. Because of this I'm having trouble piecing together my understanding of things. This is a really simple question but how do I read a probability distribution expressed as a matrix?
If I was given the following:
$f_A$ = $\begin{bmatrix}0.2 & 0.8\ \end{bmatrix}$
$f_{B|A}$ = $\begin{bmatrix}0.4 & 0.6\\ 0.3 & 0.7 \end{bmatrix}$
What do these matrices mean? Is the first number in a row the probability of success and the second the failure or vice versa? What about when there are two rows?
I just need to make sure I'm understanding things correctly.