User Tools

Site Tools


visual3d:documentation:statistics:compute_linear_regression

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:statistics:compute_linear_regression [2024/06/17 18:23] – created sgrangervisual3d:documentation:statistics:compute_linear_regression [2024/07/17 15:46] (current) – created sgranger
Line 1: Line 1:
- +====== Compute Linear Regression ======
- +
  
 Since this page was created a command has been added to Visual3D. Since this page was created a command has been added to Visual3D.
Line 31: Line 29:
 </code> </code>
  
-===== Example Data =====+==== Example Data ====
  
 Given the following data: Given the following data:
Line 42: Line 40:
 |11||4.7| |11||4.7|
  
-===== Linear_Regression_Explicit Pipeline Script =====+==== Linear_Regression_Explicit Pipeline Script ====
  
 This pipeline command script creates the signals and calls the **linear_regression_explicit** meta command. This pipeline command script creates the signals and calls the **linear_regression_explicit** meta command.
Line 151: Line 149:
 </code> </code>
  
-===== Graph the Data and Regression Line =====+==== Graph the Data and Regression Line ====
  
 The resulting signal **METRIC::RESIDUAL::RESULT_LINE** can be graphed in a report graph with the original data. The resulting signal **METRIC::RESIDUAL::RESULT_LINE** can be graphed in a report graph with the original data.
Line 157: Line 155:
 For example, create a report graph (2D Graph) as follows: For example, create a report graph (2D Graph) as follows:
  
-[[Linear_regression1.jpg]]+{{:Linear_regression1.jpg}}
  
 Now create a second 2D graph at the same location containing the regression line Now create a second 2D graph at the same location containing the regression line
  
-[[Linear_regression2.jpg]]+{{:Linear_regression2.jpg}}
  
 The resulting report graph should appear as follows: The resulting report graph should appear as follows:
  
-[[Linear_regression3.jpg]]+{{:Linear_regression3.jpg}}
  
-===== Linear_Regression_Explicit Meta-Command =====+==== Linear_Regression_Explicit Meta-Command ====
  
 Below are the commands for the **Linear_Regression_Explicit** Meta-Commands. Go to [[Visual3D:Documentation:Pipeline:Meta_Commands:Meta_Commands_Overview|Pipeline Commands:Meta Commands]] for details on how to use Meta-commands. Below are the commands for the **Linear_Regression_Explicit** Meta-Commands. Go to [[Visual3D:Documentation:Pipeline:Meta_Commands:Meta_Commands_Overview|Pipeline Commands:Meta Commands]] for details on how to use Meta-commands.
Line 364: Line 362:
 ; ;
 </code> </code>
- 
- 
  
  
  
visual3d/documentation/statistics/compute_linear_regression.1718648626.txt.gz · Last modified: 2024/06/17 18:23 by sgranger