Variance
#
DescriptionThe statistics block variance
calculates the variance of a dataset on either axis 0 or 1.
#
InputThe input is MxN
.
#
OutputThe output is a variance of the data on either axis 0 or 1. if the variance is calculated across axis 0
the output is 1xL
, or if the variance is calculated across axis 1 the output is Kx1
.
#
AttributesAttribute | Value |
---|---|
Name | Variance |
Axis | 0 |
Channels | 1 |
#
NameName specifies the name of the block.
#
AxisAxis specifies the axis of the dataset where the variance should be calculated.
#
ChannelsChannels specifies the number of input(s)/output(s) the block will have.