WLJS LogoWLJS Notebook

SpatialEstimatorFunction

SpatialEstimatorFunction[...] represents a function generated by SpatialEstimate and predicts spatial field values from locations.

Examples

data = {{0, 0} -> 1, {1, 0} -> 2, {0, 1} -> 3};
estimator = SpatialEstimate[data]
estimator[{0.5, 0.5}]

Please visit the official Wolfram Language Reference for more details.

On this page