Standard Deviation
Description
The statistics block standardDeviation
calculates the standard deviation of a dataset on either axis 0 or 1.
Input
The input is MxN
.
Output
The output is a standard deviation of the data on either axis 0 or 1. if the standard deviation is calculated across axis 0
the output is 1xL
, or if the standard deviation is calculated across axis 1 the output is Kx1
.
Attributes
Attribute | Value |
---|---|
Name | StandardDeviation |
Axis | 0 |
Channels | 1 |
Name
Name specifies the name of the block.
Axis
Axis specifies the axis of the dataset where the standard deviation should be calculated.
Channels
Channels specifies the number of input(s)/output(s) the block will have.