deeptime.markov.tools.analysis.committor_sensitivity

deeptime.markov.tools.analysis.committor_sensitivity(T, A, B, i, forward=True)

Sensitivity matrix of a specified committor entry.

Parameters:
  • T ((M, M) ndarray) – Transition matrix

  • A (array_like) – List of integer state labels for set A

  • B (array_like) – List of integer state labels for set B

  • i (int) – Compute the sensitivity for committor entry i

  • forward (bool (optional)) – Compute the forward committor. If forward is False compute the backward committor.

Returns:

S – Sensitivity matrix of the specified committor entry.

Return type:

(M, M) ndarray