User Tools

Site Tools


visual3d:documentation:pipeline:metric_commands:metric_stddev

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:metric_commands:metric_stddev [2024/07/12 14:04] – created sgrangervisual3d:documentation:pipeline:metric_commands:metric_stddev [2025/09/18 20:15] (current) wikisysop
Line 1: Line 1:
-====== Metric_StdDev ======+====== Metric StdDev ======
  
-||+====Overview==== 
 + 
 +This metric signal is used to compute the Standard Deviation of a Signal and store the value as a metric. It can be found in the **Pipeline Workshop** under **Metric**. 
 + 
 +====Pipeline Command==== 
 +The command syntax is as follows: 
 + 
 +<code> 
 +Metric_StdDev 
 +! /RESULT_METRIC_FOLDER=PROCESSED 
 +/RESULT_METRIC_NAME= 
 +! /APPLY_AS_SUFFIX_TO_SIGNAL_NAME=FALSE 
 +/SIGNAL_TYPES= 
 +! /SIGNAL_FOLDER=ORIGINAL 
 +! /SIGNAL_NAMES= 
 +! /COMPONENT_SEQUENCE= 
 +/EVENT_SEQUENCE= 
 +/EXCLUDE_EVENTS= 
 +! /GENERATE_MEAN_AND_STDDEV=TRUE 
 +! /GENERATE_MEAN_AND_STDDEV_ACROSS_SUBJECTS=FALSE 
 +! /APPEND_TO_EXISTING_VALUES=FALSE 
 +
 +</code> 
 + 
 +====Command Parameters==== 
 + 
 +The following table shows the command parameters seen above and their descriptions: 
 + 
 +|**RESULT_METRIC_FOLDER**|**The name of the result signal folder**| 
 +|**RESULT_METRIC_NAME**|**The name of the result signal**| 
 +|**APPLY_AS_SUFFIX_TO_SIGNAL_NAME**|**Apply suffix to processed signals**| 
 +|**SIGNAL_TYPES**|**Types of signals to be processed**| 
 +|**SIGNAL_NAMES**|**Names of signals to be processed**| 
 +|**COMPONENT_SEQUENCE**|**Which component of the signal will be used for statistical analysis of the sequence.**| 
 +|**EVENT_SEQUENCE**|**A list of events (separated by “+” signs). For example, LHS+RTO**| 
 +|**EXCLUDE_EVENTS**|**This Event Sequence must not be during the sequence requested. For example, LTO_RHS**| 
 +|**GENERATE_MEAN_AND_STDDEVE**|**(True or False)Generate the mean and standard deviation for all of the metrics created**| 
 +|**GENERATE_MEAN_AND_STDDEV_ACROSS_SUBJECTS**|**(True or False)Generate the mean and standard deviation for all of the metrics created across all trials**| 
 +|**APPEND_TO_EXISTING_VALUES**|**(True or False)Append this list of metrics to an existing metric of the same result name**| 
 + 
 +====Dialog==== 
 + 
 +The command can be edited in a text editor or in a dialog form. To edit in the dialog pop up form either click on the **Edit** button in the pipeline workshop or double-click on the pipeline command. The dialog is shown below. 
 + 
 +{{:MetricStdDevDlg.png}} 
 + 
 + 
 +The dialog box allows you to assign values to the command parameters outlined above. 
 + 
 +==== Example ====
  
-Compute the Standard Deviation of a Signal and store the value as a metric 
  
 In the following example, compute the Standard Deviation of the signal HANDSPEED In the following example, compute the Standard Deviation of the signal HANDSPEED
  
-{{MetricStdDevDlg.png}} 
  
 |**Metric_StdDev**                                                                                      |                                                                                                                                                                                                                                                                                                                                      | |**Metric_StdDev**                                                                                      |                                                                                                                                                                                                                                                                                                                                      |
visual3d/documentation/pipeline/metric_commands/metric_stddev.1720793094.txt.gz · Last modified: 2024/07/12 14:04 by sgranger