pystra.correlation.CorrelationMatrix#
- class CorrelationMatrix(matrix=None)[source]#
Bases:
object
Correlation matrix
The correlation matrix of \(n\) random variables \(X_1, \dots, X_n\) is the \(n \\times n\) matrix whose \(i,j\) entry is \(\\text{corr}(X_i, X_j)\).
- Attributes:
matrix (mat): correlation matrix
Methods
Return correlation matrix