We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d111a0 commit dcfcc56Copy full SHA for dcfcc56
README.md
@@ -9,7 +9,6 @@
9
- **Sphericity**: Test if the covariance matrix is proportional to the identity matrix ($\Sigma = \lambda I$).
10
- **Two-Sample Tests**:
11
- **Equality**: Test if two covariance matrices are equal ($\Sigma_1 = \Sigma_2$).
12
-- **Multi-Sample Tests**:
13
- **Proportionality**: Test if multiple covariance matrices are proportional to each other ($\Sigma_i = c_i \Sigma$).
14
- **High-Dimensional Support**: Many tests are designed to work well even when the number of features ($p$) exceeds the number of samples ($n$).
15
- **Scikit-Learn Compatible**: Designed to integrate smoothly with the scientific Python ecosystem.
0 commit comments