---
title: Multinode Shepard Interpolant
url: https://www.emergentmind.com/topics/multinode-shepard-interpolant
type: topic
---

# Multinode Shepard Interpolant

The multinode Shepard interpolant is a generalized Shepard-type approximation operator in which a global approximant is formed by blending **local interpolants built on subsets of multiple nodes** rather than raw nodal values. In its standard form, the construction starts from a node set \(X\subset\Omega\), a family of local subsets or patches that are unisolvent for a prescribed polynomial space, and normalized rational weights obtained from inverse products of distances to the nodes of each patch. The resulting operator is simultaneously **local**, because each constituent interpolant depends on a small node subset, and **global**, because the normalized weights form a partition of unity. Recent work has developed multinode Shepard constructions for scattered-data interpolation, Cartesian-grid interpolation, digital elevation model reconstruction, elliptic and parabolic PDE collocation, fractional-derivative approximation, and quasi-histopolation; related kernel-based multilevel work has also produced a nodal/cardinal representation that is structurally similar at the level of “sum of nodal values times basis functions,” while remaining distinct from classical Shepard normalization [2508.08023].

## 1. Canonical operator and its local-to-global structure

In the scattered-data formulation used for the two-dimensional Black–Scholes equation, one assumes a node set
\[
X=\{\mathbf{x}_1,\dots,\mathbf{x}_n\}\subset \Omega\subset \mathbb{R}^s
\]
together with a covering \(\mathcal{T}=\{t_1,\dots,t_m\}\), where each subset
\[
t_j=\{\mathbf{x}_{j_k}\mid k=1,\dots,\tau\}
\]
contains exactly
\[
\tau=\binom{s+p}{s}
\]
points and is unisolvent for polynomial interpolation in \(\mathbb{P}_p(\mathbb{R}^s)\). For each patch \(t_j\), the local interpolant \(p_j[f]\in\mathbb{P}_p(\mathbb{R}^s)\) is uniquely determined by the interpolation conditions
\[
p_j[f](\mathbf{x}_{j_k})=f(\mathbf{x}_{j_k}),\qquad k=1,\dots,\tau.
\]
The multinode Shepard operator is then
\[
\mathcal{M}_{\mu}[f](\mathbf{x}) =\sum_{j=1}^{m}B_{\mu,j}(\mathbf{x})\,p_j[f](\mathbf{x}),\qquad \mu>0,
\]
with multinode Shepard functions
\[
B_{\mu,j}(\mathbf{x}) = \frac{\prod_{\ell=1}^{\tau}\|\mathbf{x}-\mathbf{x}_{j_\ell}\|^{-\mu}}
{\sum_{k=1}^{m}\prod_{\ell=1}^{\tau}\|\mathbf{x}-\mathbf{x}_{k_\ell}\|^{-\mu}}, \qquad j=1,\dots,m.
\]
These are normalized rational weights: each local factor is the inverse product of distances from the evaluation point to all nodes in the corresponding tuple, and the denominator enforces global normalization. The same structural pattern appears in the regular-grid DEM formulation, where local tensor-product interpolants are blended by
\[
W_{u,j}(\boldsymbol{x})= \frac{ \prod_{\iota=1}^{t}\|\boldsymbol{x}-\boldsymbol{x}_{j_\iota}\|_2^{-u} }
{ \sum_{l=1}^{q} \prod_{\lambda=1}^{t}\|\boldsymbol{x}-\boldsymbol{x}_{l_\lambda}\|_2^{-u} },
\]
and in the univariate formulation, where blocks \(F_k\) of \(p\) nodes are blended by
\[
B_{\mu,k}(x)= \frac{\displaystyle\prod_{i=1}^{p}|x-x_{k_i}|^{-\mu}}
{\displaystyle\sum_{\ell=1}^{s}\prod_{i=1}^{p}|x-x_{\ell_i}|^{-\mu}}.
\]
In all of these cases, the essential mechanism is the same: **local polynomial information is assembled through Shepard-type rational partitioning** rather than through a single global interpolant [2508.08023].

## 2. Basis functions, cardinality, and polynomial reproduction

A central feature of multinode Shepard methods is that the local interpolants can be rewritten in barycentric or Lagrange form and then regrouped into a **global nodal expansion**. In the scattered-data Black–Scholes formulation,
\[
p_j[f](\mathbf{x})=\sum_{i=1}^{\tau}\lambda_{j,i}(\mathbf{x})\,f_{j_i},
\]
where the local Lagrange polynomials satisfy
\[
\lambda_{j,i}(\mathbf{x}_{j_k})=
\begin{cases}
1,& i=k,\\
0,& \text{otherwise}.
\end{cases}
\]
After rearrangement, the operator becomes
\[
\mathcal{M}_{\mu}[f](\mathbf{x})
= \sum_{i=1}^{n}\sum_{j\in\mathcal{J}_i} B_{\mu,j}(\mathbf{x})\,\lambda_{j,i}(\mathbf{x})\,f_i
= \sum_{i=1}^{n}W_{\mu,i}(\mathbf{x})\,f_i,
\]
with
\[
W_{\mu,i}(\mathbf{x}) = \sum_{j\in\mathcal{J}_i} B_{\mu,j}(\mathbf{x})\,\lambda_{j,i}(\mathbf{x}).
\]
The functions \(W_{\mu,i}\) form the **multinode cardinal Shepard basis**. An analogous regrouping appears in the univariate setting,
\[
\mathcal{M}_{\mu}[f](x)=\sum_{i=1}^{n} g_i(x) f_i,
\]
where
\[
g_i(x)=\sum_{j\in\mathcal K_i}B_{\mu,j}(x)\,l_{j,i}(x).
\]

The structural properties repeatedly emphasized in the literature are the following. First, the raw patch weights form a **partition of unity**:
\[
\sum_j B_{\mu,j}(\mathbf{x})=1.
\]
Second, they vanish at nodes that do not belong to the associated patch:
\[
B_{\mu,j}(\mathbf{x}_i)=0 \quad \text{for all } \mathbf{x}_i\notin t_j.
\]
Third, at nodal points, sums over the relevant patch family restore the interpolation conditions:
\[
\sum_{j\in \mathcal{J}_i}B_{\mu,j}(\mathbf{x}_i)=1.
\]
For \(\mu>1\), the gradients vanish at nodes,
\[
\nabla B_{\mu,j}(\mathbf{x}_i)=\mathbf{0},
\]
and for \(\mu>2\), so do the Hessians,
\[
\Hessian B_{\mu,j}(\mathbf{x}_i)=\mathbf{0}.
\]

Polynomial reproduction is obtained because each local polynomial interpolant reproduces the target polynomial on its patch and the weights sum to one. In the univariate case, the operator is designed to reproduce polynomials up to degree \(p-1\). In the grid-based tensor-product variant, if
\[
q\in\mathbb P_{m_x,m_y}=\mathbb P_{m_x}\otimes\mathbb P_{m_y},
\]
then each local tensor-product interpolant is exact on \(q\), and consequently
\[
\mathcal G[q,\mathcal X](\mathbf x)=q(\mathbf x).
\]
The same paper also states exact reproduction for first and second derivatives of such polynomials:
\[
\partial_x\mathcal G[q,\mathcal X]=\partial_x q,\qquad
\partial_y\mathcal G[q,\mathcal X]=\partial_y q,
\]
and
\[
\partial_{xx}\mathcal G[q,\mathcal X]=\partial_{xx}q,\quad
\partial_{xy}\mathcal G[q,\mathcal X]=\partial_{xy}q,\quad
\partial_{yy}\mathcal G[q,\mathcal X]=\partial_{yy}q.
\]
This exactness underlies the use of multinode Shepard bases in collocation and reconstruction settings [2606.14503].

## 3. Geometric variants and major formulations

The terminology “multinode Shepard interpolant” now covers several geometrically distinct constructions.

| Formulation | Local approximation | Weight construction |
|---|---|---|
| Scattered-data multinode Shepard | Polynomial interpolants on unisolvent tuples \(t_j\) | Inverse products of distances over tuple nodes |
| Rectangular-grid multinode Shepard for DEMs | Tensor-product polynomial interpolants on overlapping \((r+1)\times(s+1)\) blocks | Normalized products over block-node distances |
| Grid-Based Multinode Shepard Collocation Method | Tensor-product Lagrange interpolation on overlapping Cartesian subgrids | Shepard-type partition functions \(\mathcal W_k\) from inverse-distance products |
| Quasi-histopolation with multinode Shepard functions | Local histopolation polynomials on continuity-preserving patches | Rational multinode weights \(W_{\mu,\iota}\) built from local node sets |
| Univariate multinode Shepard for fractional derivatives | Local polynomial interpolants \(P_k[f]\) on overlapping blocks \(F_k\) | Multinode basis functions \(B_{\mu,k}\) |

On regular rectangular grids used for digital elevation models, the node set is
\[
\mathcal{X}_m\times \mathcal{Y}_n
= \{x_1,\dots,x_m\}\times \{y_1,\dots,y_n\},
\]
with local overlapping blocks
\[
\sigma_{k,\ell} = \{x_{(k-1)r+1},\dots,x_{kr+1}\} \times \{y_{(\ell-1)s+1},\dots,y_{\ell s+1}\},
\]
each containing
\[
t=(r+1)(s+1)
\]
nodes. The global interpolant is
\[
\mathcal{MS}_{u}[\cdot](x,y) = \sum_{k,\ell} W_{u,k,\ell}(x,y)\,p_{k,\ell}[\cdot](x,y).
\]
This specializes multinode Shepard interpolation to a Cartesian setting while retaining the characteristic partition-of-unity assembly [2508.07764].

For elliptic PDEs on rectangles, the Grid-Based Multinode Shepard Collocation Method constructs local Cartesian subgrids
\[
\mathcal{X}_{i,j} = \{\mathbf{x}_{i+r,j+s}:\ r=0,\ldots,n_x-1,\ s=0,\ldots,n_y-1\},
\]
with geometric supports
\[
\Omega_{i,j}=[x_i,x_{i+n_x-1}]\times [y_j,y_{j+n_y-1}],
\]
and forms the global approximant
\[
\mathcal{G}[u,\mathcal X](\mathbf{x}) = \sum_{k=1}^M \mathcal W_k(\mathbf{x})\,\mathcal I_k[u](\mathbf{x}),
\]
where
\[
\omega_k(\mathbf{x})=\prod_{\mathbf{x}'\in\mathcal X_k}\|\mathbf{x}-\mathbf{x}'\|^{-\mu}, \qquad \mu>2,
\]
and
\[
\mathcal W_k(\mathbf{x}) = \frac{\omega_k(\mathbf{x})}{\sum_{l=1}^M \omega_l(\mathbf{x})}.
\]
A stabilized logarithmic evaluation of the weights is also described in order to avoid overflow and underflow [2606.14503].

For bounded integrable functions with jumps, the quasi-histopolation construction first splits the interval into continuity intervals and then blends local histopolation polynomials \(p_\iota\) through multinode Shepard functions
\[
W_{\mu,\iota}(x)=
\frac{\displaystyle \prod_{\kappa=1}^{K} |x-\xi^{\iota}_{\kappa}|^{-\mu}}
{\displaystyle \sum_{\lambda=1}^M \prod_{\kappa=1}^{K} |x-\xi^{\lambda}_{\kappa}|^{-\mu}},
\qquad \mu\in 2\mathbb Z_+,
\]
yielding
\[
\mathcal Q_{\mathcal H,\mu}[f](x)=\sum_{\iota=1}^M W_{\mu,\iota}(x)\,p_\iota(x).
\]
The node sets in overlapping patches must be chosen carefully: the paper explicitly notes that if they do not share consistent points on overlaps, the weights may behave poorly there [2508.07070].

A nearby but distinct development appears in multilevel kernel interpolation. For nested data, the multilevel operator admits the nodal form
\[
A_L(f)=\sum_{i=1}^{N_L} f(x_i)\,b_i,
\]
with a cardinal basis
\[
b_i(x_j)=\delta_{ij}.
\]
This is not Shepard interpolation in the standard normalization-by-distance sense, but it is explicitly described as the closest analog in that work to a weighted cardinal interpolant written as a sum of nodal values times nodal basis functions. This suggests that the multinode Shepard paradigm belongs to a broader family of generalized nodal representations, while remaining distinguished by its specific rational inverse-distance normalization [2606.16643].

## 4. Approximation properties, smoothness, and error behavior

The DEM formulation provides an explicit approximation theorem. Assuming
\[
f\in C^{r+1,s+1}(\Omega),
\]
defining
\[
\Delta= \max\left\{ \|f^{(r+1,0)}\|_\infty,\,
\|f^{(0,s+1)}\|_\infty,\,
\|f^{(r+1,s+1)}\|_\infty \right\},
\]
and requiring
\[
u>\frac{3+r+s}{t}, \qquad t=(r+1)(s+1),
\]
the error satisfies
\[
\|f-\mathcal{MS}_u[f]\|_\infty \le \Delta\, C\, (l_{\max})^{\delta_{\min}},
\]
where
\[
\delta_{\min}=\min\{r+1,s+1\}.
\]
The associated approximation order is therefore
\[
O\!\left((l_{\max})^{\min\{r+1,s+1\}}\right).
\]
The proof is described as relying on the partition-of-unity property, the Stancu remainder formula for tensor-product interpolation, bounds on products of coordinate distances within each block, and a summability argument over blocks at increasing annular distance from the evaluation point [2508.07764].

For the Cartesian-grid collocation formulation, the local tensor-product interpolant on a subgrid of size \(n_x\times n_y\), with
\[
n_x=m_x+1,\qquad n_y=m_y+1,
\]
satisfies
\[
\|u-\mathcal I_k[u]\|_{\Omega_k} \le C_k\Big(h^{m_x+1}+h^{m_y+1}+h^{m_x+m_y+2}\Big),
\]
where
\[
h=\max\{h_{x,k},h_{y,k}\}.
\]
If \(m_x=m_y=m\) and \(h<1\), this simplifies to
\[
\|u-\mathcal I_k[u]\|_{\Omega_k}\le \mathcal C_k h^{m+1}.
\]
The paper emphasizes that the global discretization inherits locality while preserving exact tensor-product polynomial reproduction [2606.14503].

The quasi-histopolation formulation stresses smoothness and suppression of oscillatory artifacts. Its operator is described as \(C^\infty\), and the paper states that it reconstructs discontinuous functions **without Gibbs-type oscillations** while also defeating the Runge phenomenon. The global pointwise error bound has the form
\[
|f(x)-\mathcal Q_{\mathcal H,\mu}[f](x)|\le \mathcal E_1+\mathcal E_2,
\]
with \(\mathcal E_1\to 0\) under grid refinement and \(\mathcal E_2\) controllable through the number \(K\) of local nodes, provided
\[
\mu>\frac{k_{\max}+1}{K}.
\]
A corresponding segmentwise integral bound is also given:
\[
\left|\int_{s_i}f-\int_{s_i}\mathcal Q_{\mathcal H,\mu}[f]\right|
\le (\mathcal E_1+\mathcal E_2)\, h^{\max}_{\mathcal S_n}.
\]
The paper also derives explicit upper bounds for neighboring multinode Shepard weights in terms of \(K\), \(\mu\), and patch separation, thereby quantifying off-patch decay [2508.07070].

In practical numerical studies, the reported error behavior is strongly problem-dependent but consistently tied to local polynomial degree, patch geometry, and node layout. This suggests that the interpolant’s performance is governed less by a single global smoothness mechanism than by the interaction among **local unisolvency, overlap, and rational weight localization**.

## 5. Computational and numerical performance

The trivariate partition-of-unity RBF method, although not a multinode Shepard scheme in the narrow polynomial-patch sense, is explicitly described as a **Shepard-type interpolation with higher-order data** because the blended objects are local approximants \(R_j\) rather than raw point values. Its global interpolant is
\[
{\cal I}(\boldsymbol{x})= \sum_{j=1}^{d} R_j(\boldsymbol{x}) W_j(\boldsymbol{x}),
\]
with a possible normalized Shepard choice
\[
W_j(\boldsymbol{x}) = \frac{\bar{W}_j(\boldsymbol{x})}{\sum_{k=1}^{d} \bar{W}_k(\boldsymbol{x})},
\]
where \(\bar W_j\) is the inverse Euclidean norm. The main computational contribution is a cube-partition search in \([0,1]^3\) that restricts neighbor inspection to at most
\[
j^*=27
\]
cubes for each local search. Sorting the \(n\) nodes costs \(O(n\log n)\), sorting the \(s\) evaluation points costs \(O(s\log s)\), and local RBF systems are treated as constant-sized under regular covering assumptions. Reported timings show the acceleration clearly:
- \(n=4913\): \(t_{cube}=1.1\) s vs. \(t_{no\text{-}cube}=1.4\) s,
- \(n=35937\): \(t_{cube}=7.9\) s vs. \(t_{no\text{-}cube}=15.5\) s,
- \(n=274625\): \(t_{cube}=62.7\) s vs. \(t_{no\text{-}cube}=525.0\) s.
For Franke-type test functions, RMSE values as low as \(1.4928\times 10^{-6}\) and \(5.1446\times 10^{-7}\) are reported at \(n=274625\), depending on the kernel and test function [1409.5423].

The DEM-oriented multinode Shepard method is evaluated on a real mountainous DTM from Sierra Nevada, Granada, Spain, using a \(2\text{ m}\) reference DEM and coarsened \(8\text{ m}\) and \(16\text{ m}\) grids. Against QGIS cubic B-spline interpolation, the reported mean absolute vertical discrepancies are \(0.277\) m versus \(0.596\) m for \(8\text{ m}\to 2\text{ m}\), and \(0.549\) m versus \(0.886\) m for \(16\text{ m}\to 2\text{ m}\). Against bilinear interpolation, the reported values are \(0.30\) m versus \(0.59\) m and \(0.59\) m versus \(0.79\) m, respectively. Mean horizontal discrepancies are also lower for the multinode Shepard reconstruction, approximately \(0.227\) m and \(0.461\) m in the two scenarios, compared with \(0.521\) m and \(0.790\) m for cubic B-splines and \(0.48\) m and \(0.66\) m for bilinear interpolation [2508.07764].

For elliptic PDE collocation on Cartesian grids, sparsity and conditioning are major reported advantages. The derivative matrices produced by the Grid-Based Multinode Shepard Collocation Method are described as highly sparse, with reported sparsity levels around \(97\%\)–\(99\%\) in many tests. Condition numbers are reported as typically \(10^2\)–\(10^7\) for GBMSC, compared with often \(10^{14}\)–\(10^{21}\) for Kansa RBF collocation; MSC is usually better than Kansa but often less well-conditioned than GBMSC [2606.14503].

## 6. PDE, fractional, and operator-theoretic applications

In time-dependent PDEs, the multinode Shepard interpolant functions as a **spatial discretization basis**. For the two-dimensional Black–Scholes equation,
\[
\frac{\partial P}{\partial \hat t}=\mathcal L P,
\]
with
\[
\mathcal{L}P = r\left(x\frac{\partial P}{\partial x}+y\frac{\partial P}{\partial y}\right)
+\frac12\left(\sigma_1^2x^2\frac{\partial^2P}{\partial x^2} +\sigma_2^2y^2\frac{\partial^2P}{\partial y^2}\right)
+\rho\sigma_1\sigma_2xy\frac{\partial^2P}{\partial x\partial y} -rP,
\]
the approximate solution is written as
\[
P(t,\mathbf{x})\approx \mathcal{M}_{\mu}[P;t](\mathbf{x})
= \sum_{i=1}^{n}W_{\mu,i}(\mathbf{x})\,P_i(t).
\]
Spatial derivatives of the PDE operator are applied directly to the basis \(W_{\mu,i}\), producing collocation matrices \(\mathcal A\) and \(\mathcal B\) from values of \(W_{\mu,j}\) and their first and second derivatives. Time stepping uses Backward Euler for the first step and BDF2 thereafter:
\[
\left(\mathbf{I}-\Delta t^1\mathcal{A}\right)\mathbf{P}^1 = \mathbf{P}^0+\Delta t^1\mathcal{B}\mathbf{b},
\]
\[
\left(\mathbf{I}-\frac{2}{3}\Delta t^n\mathcal{A}\right)\mathbf{P}^n
= \frac{4}{3}\mathbf{P}^{n-1}-\frac{1}{3}\mathbf{P}^{n-2}
+\frac{2}{3}\Delta t^n\mathcal{B}\mathbf{b}.
\]
The reported numerical findings include mean errors around \(1.9\times 10^{-4}\) for MS-FD on Halton nodes, with RBF-FD mean errors around \(2\times 10^{-3}\), and condition numbers about \(8.4\) at the first time step and \(5.5\) thereafter [2508.08023].

For elliptic boundary value problems on rectangles, GBMSC uses the global expansion
\[
u(\mathbf{x})\approx \widetilde u(\mathbf{x}) = \sum_{j=1}^{N}\widetilde u_j\,B_j(\mathbf{x}),
\]
then collocates the differential operator at grid nodes. For Poisson’s equation,
\[
\Delta u=f,
\]
the stiffness matrix is
\[
\mathcal A=\mathcal M_{xx}+\mathcal M_{yy},
\]
with boundary rows replaced to enforce Dirichlet conditions. The paper identifies the cardinal property
\[
B_i(\mathbf x_j)=\delta_{ij}
\]
as crucial for collocation because the nodal unknowns are exactly the coefficients of the global expansion [2606.14503].

For fractional calculus, the univariate multinode Shepard operator is inserted into the Caputo derivative
\[
(D^{\alpha} f)(x)=\frac{1}{\Gamma(m-\alpha)} \int_0^x (x-t)^{m-\alpha-1}f^{(m)}(t)\,dt,
\qquad m-1<\alpha<m.
\]
After approximating \(f\) by \(\mathcal M_\mu[f]\), the resulting integral is evaluated by Gauss–Jacobi quadrature with order
\[
N=\left\lceil \frac{n-m}{2}\right\rceil.
\]
The full approximation becomes
\[
(D^{\alpha}\mathcal M_\mu[f])(x) =
\frac{1}{\Gamma(m-\alpha)} \left(\frac{x}{2}\right)^{m-\alpha}
\sum_{i=1}^{n}\sum_{k=1}^{N} w_k^{(m-\alpha-1,0)}
\,g_i^{(m)}\!\left(\frac{x}{2}x_k^{(m-\alpha-1,0)}+\frac{x}{2}\right) f_i.
\]
This is then used in collocation schemes for Bagley–Torvik boundary and initial value problems. The paper reports pointwise errors typically between \(10^{-20}\) and \(10^{-6}\) in fractional-derivative tests, and mean errors often around \(10^{-14}\) to \(10^{-17}\) for polynomial-solution Bagley–Torvik BVP examples, numerically confirming an exactness theorem for polynomial solutions [2508.08067].

Across these applications, the multinode Shepard interpolant is not merely a reconstruction formula. It acts as a **basis-generating mechanism** whose interpolation, differentiation, and polynomial-reproduction properties can be transferred directly into discretizations for PDEs, fractional operators, and inverse problems.

## 7. Relation to classical Shepard interpolation and recurring misconceptions

Classical Shepard interpolation is usually understood as a direct normalized inverse-distance average of nodal values. Multinode Shepard interpolation differs in a precise and now standard way: it replaces **constants or point values** by **local approximants**. In the scattered-data formulation, the global approximation blends local polynomials \(p_j[f]\); in the trivariate PU-RBF formulation, it blends local RBF interpolants \(R_j\); in quasi-histopolation, it blends local histopolation polynomials; and in Cartesian-grid variants, it blends tensor-product Lagrange or tensor-product polynomial interpolants. For this reason, one paper explicitly remarks that the PU-RBF construction can be viewed as a **Shepard-type interpolation with higher-order data**, while also stating that it is more precisely a partition-of-unity RBF interpolant [1409.5423].

A common misconception is that any nodal/cardinal representation of the form
\[
\sum_i f(x_i)\,b_i
\]
is automatically a Shepard method. The multilevel kernel formulation shows why this is not correct. It produces a cardinal nodal representation with basis functions \(b_i\), and in the nested case it is exactly a weighted nodal interpolant, but the basis is generated by **kernel interpolation on multiple scales** through a residual-correction algorithm rather than by normalized inverse-distance factors. The same source therefore states that it is **not a Shepard interpolant** in the standard normalization-by-distance sense, even though it is structurally comparable at the level of nodal expansion [2606.16643].

Another recurring distinction concerns **scattered versus grid-based** constructions. On scattered data, local unisolvency of each patch must be ensured explicitly. On Cartesian grids, tensor-product structure makes local unisolvency automatic, simplifies algebra, and yields sparse matrices with moderate conditioning. This is why recent grid-based papers present their methods as retaining the “good features of multinode Shepard constructions—locality, interpolation, and partition-of-unity assembly” while replacing scattered-node patch selection by overlapping Cartesian subgrids [2606.14503].

In current usage, then, the multinode Shepard interpolant is best understood as a family of **partition-of-unity rational operators built from multi-node local models**. What remains invariant across formulations is the normalized blending of local approximants through inverse-distance products; what varies is the geometry of the patches, the local approximation space, and the downstream objective, ranging from surface reconstruction to PDE and fractional-operator discretization.

Source: https://www.emergentmind.com/topics/multinode-shepard-interpolant