visual3d:documentation:pipeline:expressions:metric_functions
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:expressions:metric_functions [2024/07/16 16:58] – removed sgranger | visual3d:documentation:pipeline:expressions:metric_functions [2025/01/28 11:35] (current) – [Metric Sum] wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Metric Functions ====== | ||
+ | |||
+ | This page contains a list of all functions that can be applied to signals and result in a metric. | ||
+ | |||
+ | ==== Metric Minimum ==== | ||
+ | |||
+ | Minimum within each event_sequence | ||
+ | < | ||
+ | Metric_Minimum(target:: | ||
+ | returns the Minimum value across all frames | ||
+ | Metric_Minimum(target:: | ||
+ | returns the Minimum value at the event rhs | ||
+ | Metric_Minimum(target:: | ||
+ | returns the Minimum value between the events rhs and rto | ||
+ | </ | ||
+ | ==== Metric Maximum ==== | ||
+ | |||
+ | Maximum within each event_sequence. | ||
+ | |||
+ | < | ||
+ | Metric_Maximum(target:: | ||
+ | returns the maximum value across all frames | ||
+ | Metric_Maximum(target:: | ||
+ | returns the maximum value at the event rhs | ||
+ | Metric_Maximum(target:: | ||
+ | returns the maximum value between the events rhs and rto | ||
+ | </ | ||
+ | ==== Metric Range ==== | ||
+ | |||
+ | Range = Maximum - Minimum within each event_sequence. | ||
+ | < | ||
+ | Metric_Range(target:: | ||
+ | returns the range across all frames | ||
+ | Metric_Maximum(target:: | ||
+ | returns the range value at the event rhs | ||
+ | Metric_Maximum(target:: | ||
+ | returns the range value between the events rhs and rto | ||
+ | </ | ||
+ | ==== Metric Mean ==== | ||
+ | |||
+ | Mean within each event_sequence | ||
+ | < | ||
+ | Metric_Mean(target:: | ||
+ | returns the Mean value across all frames | ||
+ | Metric_Mean(target:: | ||
+ | returns the Mean value at the event rhs | ||
+ | Metric_Mean(target:: | ||
+ | returns the Mean value between the events rhs and rto | ||
+ | </ | ||
+ | ==== Metric Median ==== | ||
+ | |||
+ | Median within each event_sequence. | ||
+ | |||
+ | **Metric_Median**(target:: | ||
+ | returns the Median value across all frames | ||
+ | **Metric_Median**(target:: | ||
+ | returns the Median value at the event rhs | ||
+ | **Metric_Median**(target:: | ||
+ | returns the Median value between the events rhs and rto | ||
+ | ==== Metric StdDev ==== | ||
+ | |||
+ | Standard Deviation within each event_sequence. | ||
+ | |||
+ | **Metric_StdDev**(target:: | ||
+ | returns the Standard Deviation value across all frames | ||
+ | **Metric_StdDev**(target:: | ||
+ | returns the Standard Deviation value at the event rhs | ||
+ | **Metric_StdDev**(target:: | ||
+ | returns the Standard Deviation value between the events rhs and rto | ||
+ | ==== Metric RMS ==== | ||
+ | |||
+ | Root-Mean-Squared within each event_sequence. | ||
+ | |||
+ | **Metric_RMS**(target:: | ||
+ | returns the RMS value across all frames | ||
+ | **Metric_RMS**(target:: | ||
+ | returns the RMS value at the event rhs | ||
+ | **Metric_RMS**(target:: | ||
+ | returns the RMS value between the events rhs and rto | ||
+ | ==== Metric InterQuartile ==== | ||
+ | |||
+ | Inter Quartile Range: [[https:// | ||
+ | |||
+ | Example: | ||
+ | **Metric_InterQuartile**(target:: | ||
+ | The resulting signal as 3 components, and interquartile for each of the 3 components of RFT1 | ||
+ | |||
+ | ==== Cross Correlation ==== | ||
+ | |||
+ | Cross Correlation between two signals. | ||
+ | |||
+ | **Cross_Correlation**(signal1, | ||
+ | The parameters are consistent with the [[Visual3D: | ||
+ | |||
+ | ==== Metric Sum ==== | ||
+ | |||
+ | **Metric_Sum**(signal, | ||
+ | |||
+ | **Metric_Sum**(target:: | ||
+ | |||
+ | **Metric_Sum**(target:: | ||
+ | |||
+ | **Metric_Sum**(target:: | ||
+ | |||
+ | **Metric_Sum**(target:: | ||
+ | |||
+ | **Note that the event label requires the full signal path. i.e. event_label:: | ||
+ | ==== Metric Integrate ==== | ||
+ | |||
+ | Integral of a signal: [[Visual3D: | ||
+ | |||
+ | Example; | ||
+ | **Metric_Integrate**(target:: | ||
+ | **Metric_Integrate**(target:: | ||
+ | **Metric_Integrate**(target:: | ||
+ | **Note that the event label requires the full signal path. i.e. event_label:: | ||
+ | |||
visual3d/documentation/pipeline/expressions/metric_functions.1721149093.txt.gz · Last modified: 2024/07/16 16:58 by sgranger