Click here to Skip to main content
15,899,124 members
Articles / Programming Languages / Visual Basic

VB.NET Calculating Linear Regression Slope and Intercept

Rate me:
Please Sign up or sign in to vote.
3.90/5 (3 votes)
25 Jan 2022CPOL2 min read 8.9K   220   7  
Mimic Excel Slope and Intercept functions for datasets
This example shows you how to use VB.NET to mimic the Excel Slope (known_ys, known_xs) and Intercept (known_ys, known_xs) functions in code. It has a simplified snippet of code that has the bare basics, then a more robust version which contains the DataGridView form.

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
Unknown
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions