1 / 15
文档名称:

Fitting Data to Linear Combinations of Function.ppt

格式:ppt   页数:15
下载后只包含 1 个 PPT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Fitting Data to Linear Combinations of Function.ppt

上传人:中国课件站 2011/12/7 文件大小:0 KB

下载得到文件列表

Fitting Data to Linear Combinations of Function.ppt

文档介绍

文档介绍:Fitting Data to binations of Function
of fit function and basis functions.
-squares Approximation with QR Factorization
Fitting binations of Functions (1)
Consider the fitting function
The basis functions
Fitting binations of Functions (2)
Fitting binations of Functions (3)
Fitting binations of Functions (4)
Fitting binations of Functions (5)
Fitting binations of Functions (6)
Least-squares Approximation with QR Factorization
Main goal:
Use QR factorization to solve the normal equation
What is QR factorization ?
That A be an m x n matrix with m > n. The QR factorization of A is
A = QR
where Q is an m x m orthogonal matrix
R is an m x n upper triangular
matrix
Example
If A is a 4 2 matrix. Its QR factorization looks like
A = Q R