pub fn conditional_distribution(tpm: &[f64], n: usize, state: usize) -> &[f64]
Extract conditional distribution P(future | state) from TPM row.