-
-
Notifications
You must be signed in to change notification settings - Fork 85
Description
We have the functions covariance_matrix and correlation_matrix which are both pretty clear. correlated_values and correlated_values_norm are, by comparison, not symmetric with the "covariance"/"correlation" nomenclature and which are just not clear.
Recommendation: Rename this to ufloats_from_correlation_matrix and ufloats_from_covariance_matrix and maintain correlated_values and correlated_values_norm as legacy wrappers. If it was up to me alone I would say we deprecate those names over time and eventually remove them.
I could be convinced to use from_correlation_matrix or from_covariance_matrix as shorter names.
I don't think these changes need to happen before 4.0 because they don't involve breaking changes and I don't want to distract, but I think it would be nice.