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/06/19 13:59] – created 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. | This page contains a list of all functions that can be applied to signals and result in a metric. | ||
- | ===== Metric Minimum | + | ==== Metric Minimum ==== |
Minimum within each event_sequence | Minimum within each event_sequence | ||
- | + | < | |
- | **Metric_Minimum**(target:: | + | Metric_Minimum(target:: |
- | returns the Minimum value across all frames | + | returns the Minimum value across all frames |
- | **Metric_Minimum**(target:: | + | Metric_Minimum(target:: |
- | returns the Minimum value at the event rhs | + | returns the Minimum value at the event rhs |
- | **Metric_Minimum**(target:: | + | Metric_Minimum(target:: |
- | returns the Minimum value between the events rhs and rto | + | returns the Minimum value between the events rhs and rto |
- | ===== Metric Maximum | + | </ |
+ | ==== Metric Maximum ==== | ||
Maximum within each event_sequence. | Maximum within each event_sequence. | ||
- | **Metric_Maximum**(target:: | + | < |
- | returns the maximum value across all frames | + | Metric_Maximum(target:: |
- | **Metric_Maximum**(target:: | + | returns the maximum value across all frames |
- | returns the maximum value at the event rhs | + | Metric_Maximum(target:: |
- | **Metric_Maximum**(target:: | + | returns the maximum value at the event rhs |
- | returns the maximum value between the events rhs and rto | + | Metric_Maximum(target:: |
- | ===== Metric Range ===== | + | returns the maximum value between the events rhs and rto |
+ | </ | ||
+ | ==== Metric Range ==== | ||
Range = Maximum - Minimum within each event_sequence. | Range = Maximum - Minimum within each event_sequence. | ||
- | + | < | |
- | **Metric_Range**(target:: | + | Metric_Range(target:: |
- | returns the range across all frames | + | returns the range across all frames |
- | **Metric_Maximum**(target:: | + | Metric_Maximum(target:: |
- | returns the range value at the event rhs | + | returns the range value at the event rhs |
- | **Metric_Maximum**(target:: | + | Metric_Maximum(target:: |
- | returns the range value between the events rhs and rto | + | returns the range value between the events rhs and rto |
- | ===== Metric Mean ===== | + | </ |
+ | ==== Metric Mean ==== | ||
Mean within each event_sequence | Mean within each event_sequence | ||
- | + | < | |
- | **Metric_Mean**(target:: | + | Metric_Mean(target:: |
- | returns the Mean value across all frames | + | returns the Mean value across all frames |
- | **Metric_Mean**(target:: | + | Metric_Mean(target:: |
- | returns the Mean value at the event rhs | + | returns the Mean value at the event rhs |
- | **Metric_Mean**(target:: | + | Metric_Mean(target:: |
- | returns the Mean value between the events rhs and rto | + | returns the Mean value between the events rhs and rto |
- | ===== Metric Median | + | </ |
+ | ==== Metric Median ==== | ||
Median within each event_sequence. | Median within each event_sequence. | ||
Line 51: | Line 58: | ||
**Metric_Median**(target:: | **Metric_Median**(target:: | ||
returns the Median value between the events rhs and rto | returns the Median value between the events rhs and rto | ||
- | ===== Metric StdDev | + | ==== Metric StdDev ==== |
Standard Deviation within each event_sequence. | Standard Deviation within each event_sequence. | ||
Line 61: | Line 68: | ||
**Metric_StdDev**(target:: | **Metric_StdDev**(target:: | ||
returns the Standard Deviation value between the events rhs and rto | returns the Standard Deviation value between the events rhs and rto | ||
- | ===== Metric RMS ===== | + | ==== Metric RMS ==== |
Root-Mean-Squared within each event_sequence. | Root-Mean-Squared within each event_sequence. | ||
Line 71: | Line 78: | ||
**Metric_RMS**(target:: | **Metric_RMS**(target:: | ||
returns the RMS value between the events rhs and rto | returns the RMS value between the events rhs and rto | ||
- | ===== Metric InterQuartile | + | ==== Metric InterQuartile ==== |
Inter Quartile Range: [[https:// | Inter Quartile Range: [[https:// | ||
Line 79: | Line 86: | ||
The resulting signal as 3 components, and interquartile for each of the 3 components of RFT1 | The resulting signal as 3 components, and interquartile for each of the 3 components of RFT1 | ||
- | ===== Cross Correlation | + | ==== Cross Correlation ==== |
Cross Correlation between two signals. | Cross Correlation between two signals. | ||
Line 86: | Line 93: | ||
The parameters are consistent with the [[Visual3D: | The parameters are consistent with the [[Visual3D: | ||
- | ===== Metric Sum ===== | + | ==== Metric Sum ==== |
**Metric_Sum**(signal, | **Metric_Sum**(signal, | ||
**Metric_Sum**(target:: | **Metric_Sum**(target:: | ||
+ | |||
**Metric_Sum**(target:: | **Metric_Sum**(target:: | ||
+ | |||
**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:: | **Note that the event label requires the full signal path. i.e. event_label:: | ||
- | ===== Metric Integrate | + | ==== Metric Integrate ==== |
Integral of a signal: [[Visual3D: | Integral of a signal: [[Visual3D: |
visual3d/documentation/pipeline/expressions/metric_functions.1718805568.txt.gz · Last modified: 2024/06/19 13:59 by sgranger