User Tools

Site Tools


metric_interquartile

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
metric_interquartile [2025/10/06 16:53] – [Example: COFP Range for balance trial] wikisysopmetric_interquartile [2025/10/06 17:56] (current) – [Command Parameters] wikisysop
Line 29: Line 29:
  
 ====Command Parameters==== ====Command Parameters====
- 
 The following table shows the command parameters seen above and their descriptions: The following table shows the command parameters seen above and their descriptions:
  
Line 47: Line 46:
 ====Dialog===== ====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+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:
  
 {{:interquartile_dlg.png}} {{:interquartile_dlg.png}}
Line 81: Line 80:
 {{:cofp_left.png}}{{:cofp_right.png|}} {{:cofp_left.png}}{{:cofp_right.png|}}
  
 +====Example: Comparing Interquartile Ranges for joints====
 +In this example **Metric Interquartile** is used to compare the left and right ankle angles of subjects running on a treadmill. 
 +
 +First, **Automatic Gait Events** is used to define key events that will define the following commands:
 +
 +<code>
 +Automatic_Gait_Events
 +! /FRAME_WINDOW=8
 +! /USE_TPR=TRUE
 +! /TPR_EVENT_INSTANCE=1
 +;
 +</code>
 +
 +Next, the **Interquartile** command is used to identify the middle 50% range of ankle angle values for both sides between toe and heel strikes.
 +
 +<code>
 +Metric_Interquartile
 +! /RESULT_METRIC_FOLDER=PROCESSED
 +/RESULT_METRIC_NAME=RANKLE_INTER
 +! /APPLY_AS_SUFFIX_TO_SIGNAL_NAME=FALSE
 +/SIGNAL_TYPES=LINK_MODEL_BASED
 +! /SIGNAL_FOLDER=ORIGINAL
 +/SIGNAL_NAMES=RAnkleAngle
 +! /COMPONENT_SEQUENCE=
 +/EVENT_SEQUENCE=RHS+RTO
 +/EXCLUDE_EVENTS=
 +! /GENERATE_MEAN_AND_STDDEV=TRUE
 +! /GENERATE_MEAN_AND_STDDEV_ACROSS_SUBJECTS=FALSE
 +! /APPEND_TO_EXISTING_VALUES=FALSE
 +;
 +
 +Metric_Interquartile
 +! /RESULT_METRIC_FOLDER=PROCESSED
 +/RESULT_METRIC_NAME=LANKLE_INTER
 +! /APPLY_AS_SUFFIX_TO_SIGNAL_NAME=FALSE
 +/SIGNAL_TYPES=LINK_MODEL_BASED
 +! /SIGNAL_FOLDER=ORIGINAL
 +/SIGNAL_NAMES=LAnkleAngle
 +! /COMPONENT_SEQUENCE=
 +/EVENT_SEQUENCE=LHS+LTO
 +/EXCLUDE_EVENTS=
 +! /GENERATE_MEAN_AND_STDDEV=TRUE
 +! /GENERATE_MEAN_AND_STDDEV_ACROSS_SUBJECTS=FALSE
 +! /APPEND_TO_EXISTING_VALUES=FALSE
 +;
 +</code>
 +
 +The results for this trial show that the subjects on average exhibited a larger interquartile range for flexion of their left ankles than right.
 +
 +{{:lankle_inter.png|}}{{:rankle_inter.png|}}
metric_interquartile.1759769596.txt.gz · Last modified: 2025/10/06 16:53 by wikisysop