diff --git a/lib/scholar/covariance/ledoit_wolf.ex b/lib/scholar/covariance/ledoit_wolf.ex index 85dc242f..5a60f06c 100644 --- a/lib/scholar/covariance/ledoit_wolf.ex +++ b/lib/scholar/covariance/ledoit_wolf.ex @@ -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.