Skip to content

Commit 189b504

Browse files
authored
Fixed error in continuous least squares approximation with legendre polynomials
1 parent 2c0386f commit 189b504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/least_squares_approximation.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ \subsubsection{Kontinuierliche Least-Squares}
290290

291291
Koeffizenten:
292292
$$
293-
p(x) = \sum_{j=0}^m a_j T_j(x) \quad \text{wobei} \quad
293+
p(x) = \sum_{j=0}^m a_j P_j(x) \quad \text{wobei} \quad
294294
a_j = \frac{2j+1}{2} \cdot \int\limits_{-1}^{1}y(x) P_j(x) \cdot \mathrm{d}x \qquad (j=0,1,...,m)
295295
$$
296296

0 commit comments

Comments
 (0)