@@ -82,12 +82,12 @@ class ShrunkCovariance(EmpiricalCovariance):
82
82
83
83
Attributes
84
84
----------
85
- location_ : ndarray of shape (n_features,)
86
- Estimated location, i.e. the estimated mean.
87
-
88
85
covariance_ : ndarray of shape (n_features, n_features)
89
86
Estimated covariance matrix
90
87
88
+ location_ : ndarray of shape (n_features,)
89
+ Estimated location, i.e. the estimated mean.
90
+
91
91
precision_ : ndarray of shape (n_features, n_features)
92
92
Estimated pseudo inverse matrix.
93
93
(stored only if store_precision is True)
@@ -344,12 +344,12 @@ class LedoitWolf(EmpiricalCovariance):
344
344
345
345
Attributes
346
346
----------
347
- location_ : ndarray of shape (n_features,)
348
- Estimated location, i.e. the estimated mean.
349
-
350
347
covariance_ : ndarray of shape (n_features, n_features)
351
348
Estimated covariance matrix.
352
349
350
+ location_ : ndarray of shape (n_features,)
351
+ Estimated location, i.e. the estimated mean.
352
+
353
353
precision_ : ndarray of shape (n_features, n_features)
354
354
Estimated pseudo inverse matrix.
355
355
(stored only if store_precision is True)
@@ -526,6 +526,9 @@ class OAS(EmpiricalCovariance):
526
526
covariance_ : ndarray of shape (n_features, n_features)
527
527
Estimated covariance matrix.
528
528
529
+ location_ : ndarray of shape (n_features,)
530
+ Estimated location, i.e. the estimated mean.
531
+
529
532
precision_ : ndarray of shape (n_features, n_features)
530
533
Estimated pseudo inverse matrix.
531
534
(stored only if store_precision is True)
0 commit comments