Skip to content

Commit

Permalink
Update lib/scholar/covariance/ledoit_wolf.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Paulo Valente <[email protected]>
  • Loading branch information
norm4nn and polvalente authored Oct 31, 2024
1 parent 86bdc7c commit 9cb0e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scholar/covariance/ledoit_wolf.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule Scholar.Covariance.LedoitWolf do
* `:covariance` - Tensor of shape `{n_features, n_features}`. Estimated covariance matrix.
* `:shrinkage` - Coefficient in the convex combination used for the computation of the shrunk estimate. Range is `[0, 1]`.
* `:shrinkage` - Coefficient in the convex combination used for the computation of the shrunken estimate. Range is `[0, 1]`.
* `:location` - Tensor of shape `{n_features,}`.
Estimated location, i.e. the estimated mean.
Expand Down

0 comments on commit 9cb0e3a

Please sign in to comment.