Estimates the transition probability matrix from the counts matrix.
Parameters: | counts : scipy.sparse.csr_matrix
symmetrize : {‘MLE’, ‘Transpose’, None}
ergodic_trim : bool (optional)
|
---|---|
Returns: | rev_counts : matrix
t_matrix : matrix
populations : ndarray, float
mapping : ndarray, int
|