We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d921049 commit f994cefCopy full SHA for f994cef
notes/6_regression/thin_plate_spline_interpolation.md
@@ -197,15 +197,14 @@ $$
197
Explicitly,
198
199
$$
200
-A =
201
-\begin{bmatrix}
202
- 0 & 0 & 0 & 0.693147 & 1 & 0 & 0 \\
203
- 0 & 0 & 0.693147 & 0 & 1 & 1 & 0 \\
204
- 0 & 0.693147 & 0 & 0 & 1 & 0 & 1 \\
205
- 0.693147 & 0 & 0 & 0 & 1 & 1 & 1 \\
206
- 1 & 1 & 1 & 1 & 0 & 0 & 0 \\
207
- 0 & 1 & 0 & 1 & 0 & 0 & 0 \\
208
- 0 & 0 & 1 & 1 & 0 & 0 & 0
+A = \begin{bmatrix}
+0 & 0 & 0 & \ln 2 & 1 & 0 & 0 \\
+0 & 0 & \ln 2 & 0 & 1 & 1 & 0 \\
+0 & \ln 2 & 0 & 0 & 1 & 0 & 1 \\
+\ln 2 & 0 & 0 & 0 & 1 & 1 & 1 \\
+1 & 1 & 1 & 1 & 0 & 0 & 0 \\
+0 & 1 & 0 & 1 & 0 & 0 & 0 \\
+0 & 0 & 1 & 1 & 0 & 0 & 0
209
\end{bmatrix}
210
211
0 commit comments