tpfit(data, coords, direction, method = "ml", tolerance = pi/8, 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".mlen. It is "avg" by default and not use when the method is "ils".tpfit is returned. The function print.tpfit is used to print the fitted model. The object is a list with the following components:
Three methods are available to calculate entries of the transition rate matrix. The mean length method is performed by the use of the function tpfit_ml, the iterated least squares are applied through the function tpfit_ils, while the function tpfit_me implements the maximum entropy method.
Sartore, L. (2010) Geostatistical models for 3-D data. M.Phil. thesis, Ca' Foscari University of Venice.
predict.tpfit, print.tpfit, multi_tpfit, transiogram