ModifiedShepardInterpolation

Definition of a modified Shepard interpolated function.

Fields

  • power: Float, default = 0.0

    Power of the inverse distance weighting. (required)

  • radius: Float, default = 0.0

    Radius to include weighting points (must be larger than 0). Normalized radius if "normalize_domain" is true. (required)

  • normalize_domain: Bool, default = true

    Normalization of the domain data (conversion of the domain values to Z-score).