Aurora Visio Studio TOP » Filter Groups » FindDataMode
FindDataMode
Description
Finds the mode of data sample
Filters in this group
Icon | Name | Description |
---|---|---|
FindDataMode_FixedCount | Finds the mode in a set of data values by looking for highest concentration of a fixed number of samples. Can be used to determine a histogram maximum without actually creating the histogram. |
|
FindDataMode_FixedSpread | Finds the mode in a set of data values by looking for highest number of samples withing the specified spread. Can be used to determine a histogram maximum without actually creating the histogram. |
|
FindDataMode_MeanShift | Finds the mode in a set of data values by iteratively computing its median. Can be used to determine a histogram maximum without actually creating the histogram. |