dynamo.tl.expected_return_time¶ dynamo.tl.expected_return_time(M, backward=False)[source]¶ Find the expected returning time. Parameters: M (ndarray) – The transition matrix. backward (default: False) – Whether the backward transition will be considered. Defaults to False. Return type: ndarray Returns: The expected return time (1 / steady_state_probability).