Click here to Skip to main content
15,892,161 members
Articles / Programming Languages / C#

Method of the least squares

Rate me:
Please Sign up or sign in to vote.
5.00/5 (15 votes)
16 Apr 2017CPOL7 min read 30.1K   1.4K   7  
Approximate a polynimial function in an overdetermined system. Using the normal equation or orthogonal transformations.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Tester / Quality Assurance Annax Switzerland AG
Switzerland Switzerland
Computers are very straight... They always do exactly what we tell them to do... Only, much too often what we tell them to do is not really what we want them to do Smile | :)

Writing Software is one of the most creative tings one can do. I have been doing this for more than ten years now and still having a lot of fun with it. Besides doing software for HMI's on C# for business, I enjoy very much to implement interesting algorithms and analyse the mathematics they are based on in my leisure time Smile | :)

For more detailed descriptions and math visit me on my own page

www.mosismath.com

Comments and Discussions