Given the following parameters:
- λ = (A,B,π).
- A = the state transition matrix
- A = { a[i][j] } = { P(state q[i] at t | state q[j] at t+1) },
- B = the observation matrix and
- π = the initial distribution.
It is correct the sentence below? (making explicit the relation between λ and A):
a[i][j] = P(state q[i] at t | state q[j] at t+1) =P(state q[i] at t | state q[j] at t+1, λ)
Please some help!