visual3d:documentation:pipeline:metric_commands:metric_to_fit_signal_to_line
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:metric_commands:metric_to_fit_signal_to_line [2024/07/03 17:41] – created sgranger | visual3d:documentation:pipeline:metric_commands:metric_to_fit_signal_to_line [2025/10/01 19:32] (current) – [Example: Comparing Linearity of Two or More Signals:] wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | + | ====Overview==== | |
- | Fit a signal to a line | + | This command can be used to fit a signal to a line. |
Y = mX + b | Y = mX + b | ||
and create Metrics for Slope (a), Intercept (b), Sigma m, Sigma b, CHI2, and Q (R^2) | and create Metrics for Slope (a), Intercept (b), Sigma m, Sigma b, CHI2, and Q (R^2) | ||
- | {{MetrictoFitSignaltoLine.png}} | + | It can be found within the **Pipeline Workshop** under **Metric**. |
- | ==== Command ==== | + | ====Pipeline |
+ | |||
+ | The syntax for the function is as follows: | ||
< | < | ||
Metric_To_Fit_Signal_To_Line | Metric_To_Fit_Signal_To_Line | ||
- | /RESULT_METRIC_NAME= The resulting name of the metric | + | ! /RESULT_METRIC_FOLDER=PROCESSED |
- | /RESULT_METRIC_FOLDER= The resulting folder of the metric | + | /RESULT_METRIC_NAME= |
- | / | + | / |
- | /SIGNAL_NAMES= The signal name for the dependent variable | + | ! /SIGNAL_FOLDER=ORIGINAL |
- | /SIGNAL_FOLDER= The signal folder for the dependent variable | + | ! /SIGNAL_NAMES= |
- | /SIGNAL_COMPONENT= The signal component for the dependent variable | + | /SIGNAL_COMPONENTS= |
- | / | + | / |
- | /X_SIGNAL_NAME= The signal name for the independent variable | + | ! /X_SIGNAL_FOLDER=ORIGINAL |
- | /X_SIGNAL_FOLDER= The signal folder for the independent variable | + | ! /X_SIGNAL_NAME=TIME |
- | / | + | / |
- | / | + | ! / |
- | / | + | ! / |
+ | ! / | ||
+ | ! / | ||
; | ; | ||
</ | </ | ||
- | ==== Result | + | ====Command Parameters==== |
+ | |||
+ | The following table shows the command parameters seen above and their descriptions: | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |||
+ | ====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 dialog box allows you to assign values to the command parameters outlined above. | ||
+ | |||
+ | |||
+ | ====Example Tracking Pelvis Position While Walking==== | ||
+ | Here, **Metric To Fit Signal To Line** is used to track the horizontal position of the pelvis during a gait trial and identify the linearity of its movement. | ||
+ | |||
+ | The pipeline command is as follows: | ||
+ | |||
+ | < | ||
+ | Metric_To_Fit_Signal_To_Line | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | This command states that the Y (in this case Y is the walking direction) position of the CG of the subject' | ||
+ | |||
+ | **Results** | ||
+ | |||
+ | {{: | ||
+ | |||
+ | The resulting signal includes 6 components: | ||
+ | |||
+ | 1: Slope = 1.295153 | ||
+ | 2: Intercept = -0.487144 | ||
+ | 3: Slope Uncertainty = 0.002145 | ||
+ | 4: Intercept Uncertainty = 0.001587 | ||
+ | 5: Chi2 = 0.008558 | ||
+ | 6: R^2 Statistic = 0.999851 | ||
+ | |||
+ | The R^2 statistic indicates how closely the linear equation models the dataset. The closer the R^2 value is to 1 the more linear of a relationship present in the data. Here the pelvis cg position follows an almost perfectly linear trajectory. | ||
+ | |||
+ | ====Example: | ||
+ | |||
+ | Here we use **Metric To Fit Signal To Line** to compute and compare the R^2 value of two joint signals between events and plot corresponding linear equation for each. In this example the command is used to compare the position of the distal (knee end) and proximal (hip end) ends of the thigh in the direction of progression for a running trial. We will use **Metric To Fit Signal To Line** to compare the linearity of the two ends of the femur. It is expected that the distal end will exhibit less linear movement as the knee joint has a greater ability for anterior/ | ||
+ | |||
+ | First we will find the linear equations and associated values for each end of the RTH. | ||
+ | |||
+ | < | ||
+ | Metric_To_Fit_Signal_To_Line | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Metric_To_Fit_Signal_To_Line | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | **Results** | ||
+ | |||
+ | Distal End: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Proximal End: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | The results show that both ends of the right thigh segment follow similar linear equations with almost identical slopes (item 1) and intercepts (item 2). The main difference can be seen in the R^2 value (item 6) with the proximal end of the segment more closely aligning with the linear equation (high R^2 value), as expected. | ||
+ | |||
+ | **Graphing Equations** | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Creating a new 2D graph in the reports tab helps to visualize the metrics we just computed. Here it can be seen that the proximal end of the thigh follows an almost perfectly linear trajectory, while the distal end line almost oscillates around the proximal line showing the variance present with each stride. See [[visual3d: | ||
+ | ====Notes==== | ||
**The resulting signal has 6 components: | **The resulting signal has 6 components: |
visual3d/documentation/pipeline/metric_commands/metric_to_fit_signal_to_line.1720028518.txt.gz · Last modified: 2024/07/03 17:41 by sgranger