| Title |
Data Correlation |
| Description |
Stored Procedure used to determine the Linear Correlation between 2 variabes in a table of your database. This can also be used to determine the goodness of fit (Linear Regression) or best straight line between two columns of data in your database. The equation created will be of the form Y = A + BX, and finds the best straight line which describes your data. For use in data analysis, data mining, data warehousing and statistical analysis.
File List:
@PSC_ReadMe_376_5.txt 1Kb
Linear_Regression_2V_calling_statement.sql 1Kb
usp_Linear_Regression_2V.sql 7Kb |
| Comments * |
|