Skip to content

alexeiguriev/LinearRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinearRegression

Linear Regression

  1. To compile the application, can be used command "make"

  2. Then you can run the application on the command-line

    for example: ./linear_regression 1 2 3 4 5 6 7 8 9 10 2 4 6 8 10 12 14 16 18 20

    This command line provides 10 pairs of x and y values, and the program will output the slope and intercept of the linear regression line.

About

Linear Regression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published