msmtools.analysis.timescale_sensitivity

msmtools.analysis.timescale_sensitivity(T, k)

Sensitivity matrix of a specified time-scale.

Parameters:
  • T ((M, M) ndarray) – Transition matrix
  • k (int) – Compute sensitivity matrix for the k-th time-scale.
Returns:

S – Sensitivity matrix for the k-th time-scale.

Return type:

(M, M) ndarray