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/06/19 12:51] – sgranger | visual3d:documentation:pipeline:metric_commands:metric_to_fit_signal_to_line [2025/09/22 18:18] (current) – wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{fit a signal to a line | + | ====== Metric To Fit Signal To Line ====== |
+ | ====Overview==== | ||
+ | This command can be used to fit a signal to a line. | ||
+ | Y = mX + b | ||
+ | and create Metrics for Slope (a), Intercept (b), Sigma m, Sigma b, CHI2, and Q (R^2) | ||
- | y = mx + b | + | It can be found within the **Pipeline Workshop** under **Metric**. |
- | and create metrics for slope (a), intercept (b), sigma m, sigma b, chi2, and q (r^2) | + | |
- | metrictofitsignaltoline.png | + | ====Pipeline Command==== |
- | ===== command ===== | + | 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_types= the signal type for the dependent variable | + | /SIGNAL_TYPES= |
- | /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_type= the signal type for the independent variable | + | /X_SIGNAL_TYPE=FRAME_NUMBERS |
- | /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 |
- | /x_signal_component= the signal component for the independent variable | + | /X_SIGNAL_COMPONENT=0 |
- | /generate_mean_and_stddev= calculate the mean and standard deviation | + | ! /EVENT_SEQUENCE= |
- | /append_to_existing_values= append values to the existing result signal | + | ! /EXCLUDE_EVENTS= |
+ | ! / | ||
+ | ! / | ||
; | ; | ||
</ | </ | ||
- | ===== result ===== | + | ====Command Parameters==== |
- | **the resulting signal | + | The following table shows the command parameters seen above and their descriptions: |
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
- | **slope | + | ====Dialog==== |
- | **intercept | + | |
- | **siga | + | |
- | **sigb | + | |
- | **chi2 | + | |
- | **q = the r^2 statistic** -> component 6\\ | + | |
+ | 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. | ||
- | ===== legacy parameters ===== | + | {{: |
- | **prior | + | The dialog box allows you to assign values |
- | **1.** | + | |
- | **/ | ||
- | **/ | ||
- | **2.** it was not possible to calculate the mean/ | ||
- | in version 6 these parameters are converted into an event sequence. | + | ====Examples==== |
+ | |||
+ | ====Notes==== | ||
+ | |||
+ | **The resulting signal has 6 components: | ||
+ | |||
+ | **Slope = m** -> Component 1\\ | ||
+ | **Intercept = b** -> Component 2\\ | ||
+ | **Siga = uncertainty | ||
+ | **Sigb = uncertainty in b** -> Component 4\\ | ||
+ | **Chi2 = chi square** -> Component 5\\ | ||
+ | **Q = The R^2 statistic** -> Component 6\\ | ||
+ | |||
+ | |||
+ | ==== Legacy Parameters ==== | ||
+ | |||
+ | **Prior to Visual3Dv5.02.28: | ||
+ | **1.** The EVENT_SEQUENCE was defined only using a start/end event. This meant if there were multiple sequences, Visual3D would return NO_DATA. The original event names were: | ||
+ | |||
+ | **/ | ||
+ | **/ | ||
+ | **2.** It was not possible to calculate the mean/ | ||
+ | |||
+ | In version 6 these parameters are converted into an Event Sequence. | ||
- | }} |
visual3d/documentation/pipeline/metric_commands/metric_to_fit_signal_to_line.1718801492.txt.gz · Last modified: 2024/06/19 12:51 by sgranger