Normalize
Description
The statistics block Normalize
normalizes a dataset based on its mean or median and subtract that mean or median from the values in the dataset.
Meaning the data will be normalized to a mean or median that is zero.
Input
The input is MxN
.
Output
The output is the normalized data in the same size MxN
Attributes
Attribute | Value |
---|---|
Name | Mean |
Normalize to | Mean |
Channels | 1 |
Name
Name specifies the name of the block.
Normalize to
Normalize to specifies if the data should be normalized to its mean
or median
.
Channels
Channels specifies the number of input(s)/output(s) the block will have.
Literature
- [Normalization](https://en.wikipedia.org/wiki/Normalization_(statistics)