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

Next revision
Previous revision
visual3d:documentation:statistics:compute_linear_regression [2024/06/14 17:31] – created sgrangervisual3d:documentation:statistics:compute_linear_regression [2024/07/17 15:46] (current) – created sgranger
Line 1: Line 1:
-|**Language:**|** English**  • [[index.php?title=Statistics_Example_4/fr&action=edit&redlink=1|français]] • [[index.php?title=Statistics_Example_4/it&action=edit&redlink=1|italiano]] • [[Statistics_Example_4/pt|português]] • [[index.php?title=Statistics_Example_4/es&action=edit&redlink=1|español]] ****| +====== Compute Linear Regression ======
- +
-|===== Contents =====\\ \\ \\ \\ * [[#Example_Data|1 Example Data]]\\ * [[#Linear_Regression_Explicit_Pipeline_Script|2 Linear_Regression_Explicit Pipeline Script]]\\ * [[#Graph_the_Data_and_Regression_Line|3 Graph the Data and Regression Line]]\\ * [[#Linear_Regression_Explicit_Meta-Command|4 Linear_Regression_Explicit Meta-Command]]|+
  
 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:
  
-[[File:Linear_regression1.jpg|{{/images/3/30/Linear_regression1.jpg?660x681}}]]+{{: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
  
-[[File:Linear_regression2.jpg|{{/images/2/2c/Linear_regression2.jpg?660x681}}]]+{{:Linear_regression2.jpg}}
  
 The resulting report graph should appear as follows: The resulting report graph should appear as follows:
  
-[[File:Linear_regression3.jpg|{{/images/4/4d/Linear_regression3.jpg?423x252}}]]+{{: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 365: Line 363:
 </code> </code>
  
- 
-Retrieved from "" 
  
  
visual3d/documentation/statistics/compute_linear_regression.1718386260.txt.gz · Last modified: 2024/06/14 17:31 by sgranger