Skip to content

Renaming of normalization to standardization and implementation of actual normalization #123

@DoktorMike

Description

@DoktorMike

Currently the implemented function called normalise in reality is doing standardization, i.e., transforming the numbers to mean 0 and standard deviation of 1. I propose that we

  1. Rename normalise to standardise
  2. Implement normalization and name that normalise.

As a reminder:

Normalization (Min-Max Scaling): $\hat{X} = (X - X_{min})/(X_{max} - X_{min})$
Standardization (Z-Score Normalization): $\hat{X} = (X - \mu_X)/\sigma_X$

I know this might be nitpicking but since I think we should have a function that does normalization it just seems odd to give that a different name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions