Statistics
- Updated2023-02-17
- 3 minute(s) read
Statistics
Performs statistical calculations on a signal.
Inputs/Outputs

signal
The input signal.
This input supports the following data types:
- Waveform
- Array of waveforms
- 1D array of double-precision, floating-point numbers
- 2D array of double-precision, floating-point numbers

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

median
Median value in the input signal.

mode
Estimated mode of the input signal.
Algorithm for Calculating mode
This node uses a histogram to divide the input signal range into 100 equally-spaced bins, or intervals. mode is the center value of the bin that contains the most values from the input signal.

mean
Average of the values in the input signal.

standard deviation
Standard deviation of the values in the input signal.

variance
Variance of the values in the input signal.

error out
Error information.
The node produces this output according to standard error behavior.

IQR
Interquartile range in the input signal.

range
Difference in the minimum and maximum values of the input signal.