You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Curves must go through sample points so error at said points is small
77
+
- Not ill conditioned
70
78
71
-
Thin plate splines
79
+
#### Thin plate splines
72
80
73
-
- construction is based on choosing a function that minimizes anintegral that represents the bending energy of a surface
74
-
- the idea of thin-plate splines is to choose a functionf(x) that exactly interpolates the datapoints (xi,yi), say,yi=f(xi), and that minimizes the bending energy
81
+
- construction is based on choosing a function that minimizes an integral that represents the bending energy of a surface
82
+
- the idea of thin-plate splines is to choose a function f(x) that exactly interpolates the datapoints (xi,yi), say,yi=f(xi), and that minimizes the bending energy
75
83
$E[f]=\int_{\mathbf{R}^{n}}\left|D^{2} f\right|^{2} d X$
76
84
- Can also choose function that doesn't exactly interpolate all control points by using smoothing parameter for regularization
77
85
$E[f]=\sum_{i=1}^{m}\left|f\left(\mathbf{x}_{i}\right)-y_{i}\right|^{2}+\lambda \int_{\mathbb{R}^{n}}\left|D^{2} f\right|^{2} d X$
78
86
79
-
Spherical Basis Spliens:
80
-
81
-
- Gross reduction summary: bsplines with slerp instead of lerp between control points
82
-
83
-
Laplacian => Avg of neighbors at a point - point value
87
+
#### Spherical Basis Splines
84
88
85
-
- Maximal smoothness/mean curvature is zero
86
-
- Poisson equation = $\Delta u$ = 0
87
-
- Think of boundary condition being a wire and a soap film covering the wire.
88
-
That's a $\Delta u(x,y) = 0$
89
-
- Another interpretation is equilibriam state. Think of temperature
90
-
- Another interpretation is that there are no bumps or local minimas in that surface
89
+
- Gross reduction summary: b-splines with slerp instead of lerp between control points
91
90
92
-
### RBF
91
+
####RBF
93
92
94
-
-[Integration By Rbf Over The Sphere](https://www.math.unipd.it/~marcov/pdf/AMR05_17.pdf)
93
+
-[Integration By RBF Over The Sphere](https://www.math.unipd.it/~marcov/pdf/AMR05_17.pdf)
95
94
-[RBF for Scientific computing](https://math.boisestate.edu/~wright/montestigliano/RBFsForScientificComputingPartOne.pdf)
96
95
-[Interpolation and Best Approximation for Spherical Radial Basis Function Networks](https://www.hindawi.com/journals/aaa/2013/206265)
97
-
- Spherical Radial Basis Functions, Theory and Applications (SpringerBriefs in Mathematics)
96
+
- Spherical Radial Basis Functions, Theory and Applications (Springer Briefs in Mathematics)
98
97
-[Transport schemes on a sphere using radial basis functions](https://www.math.utah.edu/~wright/misc/msFinal_Grady.pdf)
99
-
-[On choosing a radial basis function and a shape parameterwhen solving a convective PDE on a sphere](https://amath.colorado.edu/faculty/fornberg/Docs/Fornberg_Piret_2.pdf)
100
-
-[A Fast Algorithm For Spherical Basisapproximation](https://www.math.uni-luebeck.de/mitarbeiter/prestin/ps/sharma.pdf)
98
+
-[On choosing a radial basis function and a shape parameter when solving a convective PDE on a sphere](https://amath.colorado.edu/faculty/fornberg/Docs/Fornberg_Piret_2.pdf)
99
+
-[A Fast Algorithm For Spherical Basis approximation](https://www.math.uni-luebeck.de/mitarbeiter/prestin/ps/sharma.pdf)
101
100
102
-
### Spherical Splines
101
+
####Spherical Splines
103
102
104
103
-[Spline Representations of Functions on a Sphere for Geopotential Modeling](https://kb.osu.edu/bitstream/handle/1811/78653/1/SES_GeodeticScience_Report_475.pdf)
105
104
-[Fitting scattered data on sphere-like surfaces using spherical splines](https://math.vanderbilt.edu/schumake/ans4.pdf)
0 commit comments