multi_tpfit(data, coords, method = "ml", tolerance = pi/8, rotation = NULL, max.it = 9000, mle = "avg", ...)"ml" (by default) for the mean length method, "ils" for the iterated least squares and "me" for the maximum entropy method.pi/8 by default.9000 by default and used only when the method is "me".tpfit. It is "avg" by default and not use when the method is "ils".multi_tpfit_ml, multi_tpfit_ils or multi_tpfit_me.multi_tpfit is returned. The function print.multi_tpfit is used to print the fitted model. The object is a list with the following components:
The ellipsoidal interpolation is given by $$\vert r_{jk} \vert = \sqrt{\sum_{i = 1}^d \left( \frac{h_i}{\Vert h \Vert} r_{jk, \mathbf{e}_i} \right)^2},$$ where $e_i$ is a standard basis for a $d$-D space.
If $h_i < 0$ the respective entries $r_(jk, e_i)$ are replaced by $r_(jk, -e_i)$, which is computed as $$r_{jk, -\mathbf{e}_i} = \frac{p_k}{p_j} \, r_{kj, \mathbf{e}_i},$$ where $p_k$ and $p_j$ respectively denote the proportions for the $k$-th and $j$-th categories. In so doing, the model may describe the anisotropy of the process.
Sartore, L. (2010) Geostatistical models for 3-D data. M.Phil. thesis, Ca' Foscari University of Venice.
predict.multi_tpfit, print.multi_tpfit, image.multi_tpfit, tpfit