I have a two-dimensional array ($569\times30$ double) which should be normalized using this formula:
$x'_{ij} = \dfrac{x_{ij} - \overline\mu_j}{\overline\delta_j} $
What is the name of this normalization and how can I do that in Matlab?
I have a two-dimensional array ($569\times30$ double) which should be normalized using this formula:
$x'_{ij} = \dfrac{x_{ij} - \overline\mu_j}{\overline\delta_j} $
What is the name of this normalization and how can I do that in Matlab?