Skip to content

Better names for correlated_values and correlated_values_norm #332

@jagerber48

Description

@jagerber48

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions