Skip to content

Commit dcfcc56

Browse files
Update README.md
1 parent 2d111a0 commit dcfcc56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
- **Sphericity**: Test if the covariance matrix is proportional to the identity matrix ($\Sigma = \lambda I$).
1010
- **Two-Sample Tests**:
1111
- **Equality**: Test if two covariance matrices are equal ($\Sigma_1 = \Sigma_2$).
12-
- **Multi-Sample Tests**:
1312
- **Proportionality**: Test if multiple covariance matrices are proportional to each other ($\Sigma_i = c_i \Sigma$).
1413
- **High-Dimensional Support**: Many tests are designed to work well even when the number of features ($p$) exceeds the number of samples ($n$).
1514
- **Scikit-Learn Compatible**: Designed to integrate smoothly with the scientific Python ecosystem.

0 commit comments

Comments
 (0)