ModifiedShepardInterpolation
Definition of a modified Shepard interpolated function.
Fields
-
power: Float, default =0.0Power of the inverse distance weighting. (required)
-
radius: Float, default =0.0Radius to include weighting points (must be larger than 0). Normalized radius if "normalize_domain" is true. (required)
-
normalize_domain: Bool, default =trueNormalization of the domain data (conversion of the domain values to Z-score).
See also InterpolationType, LinearInterpolation, ShepardInterpolation.