A program that computes simple linear regression and makes predictions from user-provided datasets.
Features:
- Accepts two sets of user inputs:
xandy. - Calculates and displays slope, intercept, coefficients, and other intermediary values.
- Shows the regression equation and the null hypothesis test result.
- Predicts
yvalues for new inputs after training the model.
Technologies: C#, .NET WinForms
Demonstration:

