Skip to content

A CSE225:Numerical Methods course project on Curve Fitting regression and Interpolation

Notifications You must be signed in to change notification settings

mjtbasif/CurveFitting-Interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linear Curve Fitting and Gauss Backward Interpolation

This is CSE225:Numerical Methods course project. The project is divided into two parts. First part is linear curve fitting and the second part is, Gauss backward interpolation. In the linear curve fitting, we simply create an equation like, y=bx+a. To create this equation, we must calculate the value of a and for given values of N, X and Y. Here N stands for total values of X and Y stands for different values of F(X). After getting the values of a and b, we will find a linear equation. For different values of X, we will get different values for Y. From these values of X and Y, we will be able to calculate F(X) using Gauss Backward interpolation.

Features

Calculates Linear Curve Fitting regression.
Calculates Interpolation using Gauss Backward method.
Flat and responsive graphical user interface.

Sample inputs for Linear Curve Fitting

N = 5
X = 1 2 3 4 5
Y = 3 4 5 6 8

Sample inputs for Gausee Backward Interpolation

N = 6
X = 2 6 10 14 18 22
17

Screen Shots

intro calculation

Downloads

Download executable file here

About

A CSE225:Numerical Methods course project on Curve Fitting regression and Interpolation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages