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
Similar code
Olap Date Dimension Builder
(Popularity: ) : An access database, with a day table, and a script to generate the Date dimension used in any datawarehouse cube. ... XML for Analysis Browser
(Popularity: ) : This browser can access a Microsoft Analysis Services Cube over the Internet. It requires no client side software other the ...