deeptime.markov.tools.estimation.error_perturbation¶
- deeptime.markov.tools.estimation.error_perturbation(C, S)¶
Error perturbation for given sensitivity matrix.
- Parameters:
C ((M, M) ndarray) – Count matrix
S ((M, M) ndarray or (K, M, M) ndarray) – Sensitivity matrix (for scalar observable) or sensitivity tensor for vector observable
- Returns:
X – error-perturbation (for scalar observables) or covariance matrix (for vector-valued observable)
- Return type:
float or (K, K) ndarray
Notes
Scalar observable
The sensitivity matrix of a scalar observable is defined as
evaluated at a suitable transition matrix .
The sensitivity is the variance of the observable
Vector valued observable
The sensitivity tensor for a vector valued observable is defined as
evaluated at a suitable transition matrix .
The sensitivity is the covariance matrix for the observable