SlideShare a Scribd company logo
Name:Sujit Kumar Saha
Lecturer at Varendra University
Rajshahi
Name: Istiaque Ahmed Shuvo
Id: 141311057
5th batch, 7th Semester
Sec-B
Dept. Of Cse
Varendra University, Rajshahi
Submitted By: Submitted To
11-Apr-16 1
TOPICS ARE
 Linear Regression
 Multiple Linear Regression
 Polynomial Regression
 Example of Newton’s Interpolation
Polynomial And example
11-Apr-16 3
Fitting a straight line to a set of paired
observations: (x1, y1), (x2, y2),…,(xn, yn).
y = a0+ a1 x + e
a1 - slope
a0 - intercept
e - error, or residual, between the model and
the observations
Linear Regression
11-Apr-16 4
 
 
 










2
10
10
1
1
1
0
0
0)(2
0)(2
iiii
ii
iioi
r
ioi
o
r
xaxaxy
xaay
xxaay
a
S
xaay
a
S
 
 





2
10
10
00
iiii
ii
xaxaxy
yaxna
naa
2 equations with 2
unknowns, can be solved
simultaneously
Linear Regression:
Determination of ao and a1
11-Apr-16 6
  
  


 221
ii
iiii
xxn
yxyxn
a
xaya 10 
Linear Regression:
Determination of ao and a1
11-Apr-16 7
• Another useful extension of linear
regression is the case where y is a
linear function of two or more
independent variables:
• Again, the best fit is obtained by
minimizing the sum of the squares
of the estimate residuals:
Multiple Linear Regression
• The least-squares procedure
from Chapter 13 can be
readily extended to fit data
to a higher-order
polynomial. Again, the idea
is to minimize the sum of the
squares of the estimate
residuals.
• The figure shows the same
data fit with:
a) A first order polynomial
b) A second order polynomial
Polynomial Regression
11-Apr-16 9
Many times, data is given only at discrete points such as (x0, y0), (x1, y1), ......, (xn−1, yn−1),
(xn, yn). So, how then does one find the value of y at any other value of x ? Well, a
continuous function f (x) may be used to represent the n +1 data values with f (x)
passing through the n +1 points (Figure 1). Then one can find the value of y at any
other value of x . This is called interpolation.
Of course, if x falls outside the range of x for which the data is given, it is no
longer interpolation but instead is called extrapolation.
So what kind of function f (x) should one choose? A polynomial is a common
choice for an interpolating function because polynomials are easy to
(A) evaluate,
(B) differentiate, and
(C) integrate,
relative to other choices such as a trigonometric and exponential series.
Polynomial interpolation involves finding a polynomial of order n that passes
through the n +1 points. One of the methods of interpolation is called Newton’s divided
difference polynomial method. Other methods include the direct method and the
Lagrangian interpolation method. We will discuss Newton’s divided difference
polynomial method in this
What is interpolation?
11-Apr-16 10
Newton’s Divided-Difference Interpolating Polynomials?
11-Apr-16 11
Example of Newton’s Interpolation Polynomial
11-Apr-16 12
11-Apr-16 13

More Related Content

What's hot

Polygon filling
Polygon fillingPolygon filling
Random variate generation
Random variate generationRandom variate generation
Random variate generation
De La Salle University-Manila
 
Presentation on Numerical Integration
Presentation on Numerical IntegrationPresentation on Numerical Integration
Presentation on Numerical Integration
Tausif Shahanshah
 
Error Finding in Numerical method
Error Finding in Numerical methodError Finding in Numerical method
Error Finding in Numerical method
Fazle Rabbi Ador
 
Fixed point iteration
Fixed point iterationFixed point iteration
Fixed point iteration
Isaac Yowetu
 
trapezoidal and simpson's 1/3 and 3/8 rule
trapezoidal and simpson's 1/3 and 3/8 ruletrapezoidal and simpson's 1/3 and 3/8 rule
trapezoidal and simpson's 1/3 and 3/8 rule
hitarth shah
 
Errors in Numerical Analysis
Errors in Numerical AnalysisErrors in Numerical Analysis
Errors in Numerical Analysis
Souma Maiti
 
Interpolation functions
Interpolation functionsInterpolation functions
Interpolation functions
Tarun Gehlot
 
Clipping ( Cohen-Sutherland Algorithm )
Clipping ( Cohen-Sutherland Algorithm )Clipping ( Cohen-Sutherland Algorithm )
Clipping ( Cohen-Sutherland Algorithm )
Harshana Madusanka Jayamaha
 
Computer graphics basic transformation
Computer graphics basic transformationComputer graphics basic transformation
Computer graphics basic transformation
Selvakumar Gna
 
2 d transformation
2 d transformation2 d transformation
2 d transformation
Ankit Garg
 
Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler method
Sohaib Butt
 
Regula falsi method
Regula falsi methodRegula falsi method
Regula falsi methodandrushow
 
Polynomial regression
Polynomial regressionPolynomial regression
Polynomial regression
naveedaliabad
 
Random number generation
Random number generationRandom number generation
Random number generation
De La Salle University-Manila
 
Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolation
VISHAL DONGA
 
Rough K Means - Numerical Example
Rough K Means - Numerical ExampleRough K Means - Numerical Example
Rough K Means - Numerical Example
Dr.E.N.Sathishkumar
 
Numerical differentiation
Numerical differentiationNumerical differentiation
Numerical differentiationandrushow
 
Lecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcLecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etc
Riyandika Jastin
 
simpion's 3/8 rule
simpion's 3/8 rulesimpion's 3/8 rule
simpion's 3/8 rule
sharma230399
 

What's hot (20)

Polygon filling
Polygon fillingPolygon filling
Polygon filling
 
Random variate generation
Random variate generationRandom variate generation
Random variate generation
 
Presentation on Numerical Integration
Presentation on Numerical IntegrationPresentation on Numerical Integration
Presentation on Numerical Integration
 
Error Finding in Numerical method
Error Finding in Numerical methodError Finding in Numerical method
Error Finding in Numerical method
 
Fixed point iteration
Fixed point iterationFixed point iteration
Fixed point iteration
 
trapezoidal and simpson's 1/3 and 3/8 rule
trapezoidal and simpson's 1/3 and 3/8 ruletrapezoidal and simpson's 1/3 and 3/8 rule
trapezoidal and simpson's 1/3 and 3/8 rule
 
Errors in Numerical Analysis
Errors in Numerical AnalysisErrors in Numerical Analysis
Errors in Numerical Analysis
 
Interpolation functions
Interpolation functionsInterpolation functions
Interpolation functions
 
Clipping ( Cohen-Sutherland Algorithm )
Clipping ( Cohen-Sutherland Algorithm )Clipping ( Cohen-Sutherland Algorithm )
Clipping ( Cohen-Sutherland Algorithm )
 
Computer graphics basic transformation
Computer graphics basic transformationComputer graphics basic transformation
Computer graphics basic transformation
 
2 d transformation
2 d transformation2 d transformation
2 d transformation
 
Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler method
 
Regula falsi method
Regula falsi methodRegula falsi method
Regula falsi method
 
Polynomial regression
Polynomial regressionPolynomial regression
Polynomial regression
 
Random number generation
Random number generationRandom number generation
Random number generation
 
Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolation
 
Rough K Means - Numerical Example
Rough K Means - Numerical ExampleRough K Means - Numerical Example
Rough K Means - Numerical Example
 
Numerical differentiation
Numerical differentiationNumerical differentiation
Numerical differentiation
 
Lecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcLecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etc
 
simpion's 3/8 rule
simpion's 3/8 rulesimpion's 3/8 rule
simpion's 3/8 rule
 

Viewers also liked

Curve fitting - Lecture Notes
Curve fitting - Lecture NotesCurve fitting - Lecture Notes
Curve fitting - Lecture Notes
Dr. Nirav Vyas
 
Curve fitting
Curve fitting Curve fitting
Curve fitting
shopnohinami
 
Applied Numerical Methods Curve Fitting: Least Squares Regression, Interpolation
Applied Numerical Methods Curve Fitting: Least Squares Regression, InterpolationApplied Numerical Methods Curve Fitting: Least Squares Regression, Interpolation
Applied Numerical Methods Curve Fitting: Least Squares Regression, Interpolation
Brian Erandio
 
SJUT/Mat210/Interpolation/Direct 2013-14S2
SJUT/Mat210/Interpolation/Direct 2013-14S2SJUT/Mat210/Interpolation/Direct 2013-14S2
SJUT/Mat210/Interpolation/Direct 2013-14S2
John Ham
 
Numerical Methods for Engineers and Scientists: An Introduction with Applicat...
Numerical Methods for Engineers and Scientists: An Introduction with Applicat...Numerical Methods for Engineers and Scientists: An Introduction with Applicat...
Numerical Methods for Engineers and Scientists: An Introduction with Applicat...
Aydin Azizi
 
case study of curve fitting
case study of curve fittingcase study of curve fitting
case study of curve fitting
Adarsh Patel
 
Polynomial functions
Polynomial functionsPolynomial functions
Polynomial functionsnicole379865
 
Applied numerical methods lec8
Applied numerical methods lec8Applied numerical methods lec8
Applied numerical methods lec8
Yasser Ahmed
 
interpolation
interpolationinterpolation
interpolation8laddu8
 
Паппинан. Финансовая грамотность: бюджет, управленка, документооборот
Паппинан. Финансовая грамотность: бюджет, управленка, документооборотПаппинан. Финансовая грамотность: бюджет, управленка, документооборот
Паппинан. Финансовая грамотность: бюджет, управленка, документооборот
Евгений Паппинен
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
dusan4rs
 
SJUT/Mat210/Regression/Intro 2013-14S2
SJUT/Mat210/Regression/Intro 2013-14S2SJUT/Mat210/Regression/Intro 2013-14S2
SJUT/Mat210/Regression/Intro 2013-14S2John Ham
 
09 numerical differentiation
09 numerical differentiation09 numerical differentiation
09 numerical differentiationMohammad Tawfik
 
Ramos, alexis t. regression
Ramos, alexis t.   regressionRamos, alexis t.   regression
Ramos, alexis t. regressionElaMeow
 
WF ED 540, CLASS MEETING 6, Linear Regression, 2016
WF ED 540, CLASS MEETING 6, Linear Regression, 2016WF ED 540, CLASS MEETING 6, Linear Regression, 2016
WF ED 540, CLASS MEETING 6, Linear Regression, 2016
Penn State University
 
Julieta Sieyra - CV Especialidades
Julieta Sieyra - CV EspecialidadesJulieta Sieyra - CV Especialidades
Julieta Sieyra - CV EspecialidadesJulieta Sieyra
 
Engineering Math
Engineering MathEngineering Math
Engineering Math
a_selkghafari
 
10CSL67 CG LAB PROGRAM 9
10CSL67 CG LAB PROGRAM 910CSL67 CG LAB PROGRAM 9
10CSL67 CG LAB PROGRAM 9
Vanishree Arun
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
Mayank Bhatt
 

Viewers also liked (20)

Curve fitting - Lecture Notes
Curve fitting - Lecture NotesCurve fitting - Lecture Notes
Curve fitting - Lecture Notes
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 
Curve fitting
Curve fitting Curve fitting
Curve fitting
 
Applied Numerical Methods Curve Fitting: Least Squares Regression, Interpolation
Applied Numerical Methods Curve Fitting: Least Squares Regression, InterpolationApplied Numerical Methods Curve Fitting: Least Squares Regression, Interpolation
Applied Numerical Methods Curve Fitting: Least Squares Regression, Interpolation
 
SJUT/Mat210/Interpolation/Direct 2013-14S2
SJUT/Mat210/Interpolation/Direct 2013-14S2SJUT/Mat210/Interpolation/Direct 2013-14S2
SJUT/Mat210/Interpolation/Direct 2013-14S2
 
Numerical Methods for Engineers and Scientists: An Introduction with Applicat...
Numerical Methods for Engineers and Scientists: An Introduction with Applicat...Numerical Methods for Engineers and Scientists: An Introduction with Applicat...
Numerical Methods for Engineers and Scientists: An Introduction with Applicat...
 
case study of curve fitting
case study of curve fittingcase study of curve fitting
case study of curve fitting
 
Polynomial functions
Polynomial functionsPolynomial functions
Polynomial functions
 
Applied numerical methods lec8
Applied numerical methods lec8Applied numerical methods lec8
Applied numerical methods lec8
 
interpolation
interpolationinterpolation
interpolation
 
Паппинан. Финансовая грамотность: бюджет, управленка, документооборот
Паппинан. Финансовая грамотность: бюджет, управленка, документооборотПаппинан. Финансовая грамотность: бюджет, управленка, документооборот
Паппинан. Финансовая грамотность: бюджет, управленка, документооборот
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 
SJUT/Mat210/Regression/Intro 2013-14S2
SJUT/Mat210/Regression/Intro 2013-14S2SJUT/Mat210/Regression/Intro 2013-14S2
SJUT/Mat210/Regression/Intro 2013-14S2
 
09 numerical differentiation
09 numerical differentiation09 numerical differentiation
09 numerical differentiation
 
Ramos, alexis t. regression
Ramos, alexis t.   regressionRamos, alexis t.   regression
Ramos, alexis t. regression
 
WF ED 540, CLASS MEETING 6, Linear Regression, 2016
WF ED 540, CLASS MEETING 6, Linear Regression, 2016WF ED 540, CLASS MEETING 6, Linear Regression, 2016
WF ED 540, CLASS MEETING 6, Linear Regression, 2016
 
Julieta Sieyra - CV Especialidades
Julieta Sieyra - CV EspecialidadesJulieta Sieyra - CV Especialidades
Julieta Sieyra - CV Especialidades
 
Engineering Math
Engineering MathEngineering Math
Engineering Math
 
10CSL67 CG LAB PROGRAM 9
10CSL67 CG LAB PROGRAM 910CSL67 CG LAB PROGRAM 9
10CSL67 CG LAB PROGRAM 9
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 

Similar to Numerical method (curve fitting)

On elements of deterministic chaos and cross links in non- linear dynamical s...
On elements of deterministic chaos and cross links in non- linear dynamical s...On elements of deterministic chaos and cross links in non- linear dynamical s...
On elements of deterministic chaos and cross links in non- linear dynamical s...
iosrjce
 
Two parameter entropy of uncertain variable
Two parameter entropy of uncertain variableTwo parameter entropy of uncertain variable
Two parameter entropy of uncertain variable
Surender Singh
 
Probability distribution
Probability distributionProbability distribution
Probability distribution
Manoj Bhambu
 
Paper06
Paper06Paper06
Doe02 statistics
Doe02 statisticsDoe02 statistics
Doe02 statistics
Arif Rahman
 
Congress
Congress Congress
Congress
Mark Hilbert
 
Function an old french mathematician said[1]12
Function an old french mathematician said[1]12Function an old french mathematician said[1]12
Function an old french mathematician said[1]12
Mark Hilbert
 
Interpolation techniques - Background and implementation
Interpolation techniques - Background and implementationInterpolation techniques - Background and implementation
Interpolation techniques - Background and implementation
Quasar Chunawala
 
this materials is useful for the students who studying masters level in elect...
this materials is useful for the students who studying masters level in elect...this materials is useful for the students who studying masters level in elect...
this materials is useful for the students who studying masters level in elect...
BhojRajAdhikari5
 
Chs4
Chs4Chs4
Chs4
CAALAAA
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Fixed Point Theorm In Probabilistic Analysis
Fixed Point Theorm In Probabilistic AnalysisFixed Point Theorm In Probabilistic Analysis
Fixed Point Theorm In Probabilistic Analysis
iosrjce
 
Ch6
Ch6Ch6
CH6.pdf
CH6.pdfCH6.pdf
Basics of probability in statistical simulation and stochastic programming
Basics of probability in statistical simulation and stochastic programmingBasics of probability in statistical simulation and stochastic programming
Basics of probability in statistical simulation and stochastic programming
SSA KPI
 
ISM_Session_5 _ 23rd and 24th December.pptx
ISM_Session_5 _ 23rd and 24th December.pptxISM_Session_5 _ 23rd and 24th December.pptx
ISM_Session_5 _ 23rd and 24th December.pptx
ssuser1eba67
 

Similar to Numerical method (curve fitting) (20)

On elements of deterministic chaos and cross links in non- linear dynamical s...
On elements of deterministic chaos and cross links in non- linear dynamical s...On elements of deterministic chaos and cross links in non- linear dynamical s...
On elements of deterministic chaos and cross links in non- linear dynamical s...
 
Lagrange’s interpolation formula
Lagrange’s interpolation formulaLagrange’s interpolation formula
Lagrange’s interpolation formula
 
Two parameter entropy of uncertain variable
Two parameter entropy of uncertain variableTwo parameter entropy of uncertain variable
Two parameter entropy of uncertain variable
 
Probability distribution
Probability distributionProbability distribution
Probability distribution
 
Paper06
Paper06Paper06
Paper06
 
Doe02 statistics
Doe02 statisticsDoe02 statistics
Doe02 statistics
 
Congress
Congress Congress
Congress
 
Function an old french mathematician said[1]12
Function an old french mathematician said[1]12Function an old french mathematician said[1]12
Function an old french mathematician said[1]12
 
Interpolation techniques - Background and implementation
Interpolation techniques - Background and implementationInterpolation techniques - Background and implementation
Interpolation techniques - Background and implementation
 
this materials is useful for the students who studying masters level in elect...
this materials is useful for the students who studying masters level in elect...this materials is useful for the students who studying masters level in elect...
this materials is useful for the students who studying masters level in elect...
 
Es272 ch5b
Es272 ch5bEs272 ch5b
Es272 ch5b
 
Chs4
Chs4Chs4
Chs4
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
03_AJMS_170_19_RA.pdf
03_AJMS_170_19_RA.pdf03_AJMS_170_19_RA.pdf
03_AJMS_170_19_RA.pdf
 
03_AJMS_170_19_RA.pdf
03_AJMS_170_19_RA.pdf03_AJMS_170_19_RA.pdf
03_AJMS_170_19_RA.pdf
 
Fixed Point Theorm In Probabilistic Analysis
Fixed Point Theorm In Probabilistic AnalysisFixed Point Theorm In Probabilistic Analysis
Fixed Point Theorm In Probabilistic Analysis
 
Ch6
Ch6Ch6
Ch6
 
CH6.pdf
CH6.pdfCH6.pdf
CH6.pdf
 
Basics of probability in statistical simulation and stochastic programming
Basics of probability in statistical simulation and stochastic programmingBasics of probability in statistical simulation and stochastic programming
Basics of probability in statistical simulation and stochastic programming
 
ISM_Session_5 _ 23rd and 24th December.pptx
ISM_Session_5 _ 23rd and 24th December.pptxISM_Session_5 _ 23rd and 24th December.pptx
ISM_Session_5 _ 23rd and 24th December.pptx
 

More from Varendra University Rajshahi-bangladesh

Computer Graphics Presentation
Computer Graphics PresentationComputer Graphics Presentation
Computer Graphics Presentation
Varendra University Rajshahi-bangladesh
 
project for web based game
project for web based game project for web based game
project for web based game
Varendra University Rajshahi-bangladesh
 
project for web based game
project for web based game project for web based game
project for web based game
Varendra University Rajshahi-bangladesh
 
Data communication
Data communicationData communication
Situation of women in bangladesh
Situation of women in bangladeshSituation of women in bangladesh
Situation of women in bangladesh
Varendra University Rajshahi-bangladesh
 
Political culture of bangladesh
Political culture of bangladesh Political culture of bangladesh
Political culture of bangladesh
Varendra University Rajshahi-bangladesh
 
Algorithm - Mergesort & Quicksort
Algorithm - Mergesort & Quicksort Algorithm - Mergesort & Quicksort
Algorithm - Mergesort & Quicksort
Varendra University Rajshahi-bangladesh
 
software project management
software project managementsoftware project management
software project management
Varendra University Rajshahi-bangladesh
 
Javapackages 4th semester
Javapackages 4th semesterJavapackages 4th semester
Javapackages 4th semester
Varendra University Rajshahi-bangladesh
 

More from Varendra University Rajshahi-bangladesh (13)

Computer Graphics Presentation
Computer Graphics PresentationComputer Graphics Presentation
Computer Graphics Presentation
 
English(sdg).
English(sdg).English(sdg).
English(sdg).
 
project for web based game
project for web based game project for web based game
project for web based game
 
project for web based game
project for web based game project for web based game
project for web based game
 
Data communication
Data communicationData communication
Data communication
 
Welcome to my
Welcome to myWelcome to my
Welcome to my
 
Sorting
SortingSorting
Sorting
 
Situation of women in bangladesh
Situation of women in bangladeshSituation of women in bangladesh
Situation of women in bangladesh
 
Political culture of bangladesh
Political culture of bangladesh Political culture of bangladesh
Political culture of bangladesh
 
software project management
software project managementsoftware project management
software project management
 
Algorithm - Mergesort & Quicksort
Algorithm - Mergesort & Quicksort Algorithm - Mergesort & Quicksort
Algorithm - Mergesort & Quicksort
 
software project management
software project managementsoftware project management
software project management
 
Javapackages 4th semester
Javapackages 4th semesterJavapackages 4th semester
Javapackages 4th semester
 

Recently uploaded

Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 

Recently uploaded (20)

Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 

Numerical method (curve fitting)

  • 1. Name:Sujit Kumar Saha Lecturer at Varendra University Rajshahi Name: Istiaque Ahmed Shuvo Id: 141311057 5th batch, 7th Semester Sec-B Dept. Of Cse Varendra University, Rajshahi Submitted By: Submitted To 11-Apr-16 1
  • 2.
  • 3. TOPICS ARE  Linear Regression  Multiple Linear Regression  Polynomial Regression  Example of Newton’s Interpolation Polynomial And example 11-Apr-16 3
  • 4. Fitting a straight line to a set of paired observations: (x1, y1), (x2, y2),…,(xn, yn). y = a0+ a1 x + e a1 - slope a0 - intercept e - error, or residual, between the model and the observations Linear Regression 11-Apr-16 4
  • 5.
  • 6.                 2 10 10 1 1 1 0 0 0)(2 0)(2 iiii ii iioi r ioi o r xaxaxy xaay xxaay a S xaay a S          2 10 10 00 iiii ii xaxaxy yaxna naa 2 equations with 2 unknowns, can be solved simultaneously Linear Regression: Determination of ao and a1 11-Apr-16 6
  • 7.          221 ii iiii xxn yxyxn a xaya 10  Linear Regression: Determination of ao and a1 11-Apr-16 7
  • 8. • Another useful extension of linear regression is the case where y is a linear function of two or more independent variables: • Again, the best fit is obtained by minimizing the sum of the squares of the estimate residuals: Multiple Linear Regression
  • 9. • The least-squares procedure from Chapter 13 can be readily extended to fit data to a higher-order polynomial. Again, the idea is to minimize the sum of the squares of the estimate residuals. • The figure shows the same data fit with: a) A first order polynomial b) A second order polynomial Polynomial Regression 11-Apr-16 9
  • 10. Many times, data is given only at discrete points such as (x0, y0), (x1, y1), ......, (xn−1, yn−1), (xn, yn). So, how then does one find the value of y at any other value of x ? Well, a continuous function f (x) may be used to represent the n +1 data values with f (x) passing through the n +1 points (Figure 1). Then one can find the value of y at any other value of x . This is called interpolation. Of course, if x falls outside the range of x for which the data is given, it is no longer interpolation but instead is called extrapolation. So what kind of function f (x) should one choose? A polynomial is a common choice for an interpolating function because polynomials are easy to (A) evaluate, (B) differentiate, and (C) integrate, relative to other choices such as a trigonometric and exponential series. Polynomial interpolation involves finding a polynomial of order n that passes through the n +1 points. One of the methods of interpolation is called Newton’s divided difference polynomial method. Other methods include the direct method and the Lagrangian interpolation method. We will discuss Newton’s divided difference polynomial method in this What is interpolation? 11-Apr-16 10
  • 11. Newton’s Divided-Difference Interpolating Polynomials? 11-Apr-16 11
  • 12. Example of Newton’s Interpolation Polynomial 11-Apr-16 12