Assume that I have N multiquadric radius basis functions with different $ε_i$ and $c_i$, How to prove $\sqrt{1+(ε_i(x−c_i))^2}$ are linear independent, $1\leq i \leq N$.
Asked
Active
Viewed 75 times
0
1 Answers
0
Both Gaussian and multiquadric functions are (strictly) positive definite (Wendland's "Scattered data approximation", pp.74,76). If there were a non-trivial linear combination identically zero for all $x$ then it would be zero for any $x=x_j$ too and you could write a quadratic form $\sum\sum\alpha_j\bar{\alpha_k}\Phi(x_j-x_k)=0$ which would contradict the strict positive definiteness of $\Phi$.

rych
- 4,205
(also, as a typo correction: you may want to use the argument $r$ somewhere in the function)
– Clement C. Dec 26 '14 at 14:31