posthoc.cov_estimators.
ShrinkageKernel
(alpha=0.5)¶Shrinkage estimation of the covariance using the kernel formulation.
This approach is more efficient than Shrinkage
if #features > #samples.
Parameters: |
|
---|
Methods
inv_dot (X, P) |
Computes inv(cov(X)) @ P |
loo_inv_dot (X, Ps[, remove_mean]) |
Computes inv(cov(X)) @ P in a leave-one-out scheme |
compute_AB_parts | |
copy | |
fit | |
get_bounds | |
get_x0 | |
update |
__hash__
($self, /)¶Return hash(self).