Skip to content

AlephEleven/Python-lm-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Python-lm-function

Does least squares based on R's lm() function, but entirely in Python.

Purpose is to apply statistics and linear algebra for solving formulas, rather than using an approach that requires directly repeating long formulas, that can be easily handled by matrices.

Subclass LQ_out handles actual output, while LeastSq applies linear regression.

About

Does least squares based on R's lm() function, but entirely in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published