[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-06。"],[[["Estimates pixel values using an inverse-distance weighting method based on nearby features within a specified range."],["Takes a FeatureCollection as input and outputs an Image containing the estimated values for each pixel."],["Allows customization of the estimation through parameters like global mean, standard deviation, and a gamma factor that controls the influence of the global mean."],["Users can provide a reducer to handle overlapping points and aggregate their property values during the estimation process."],["The pixel values are derived from the 'propertyName' specified in the input FeatureCollection."]]],["The function calculates an inverse-distance weighted estimate for each pixel's value. It uses a `FeatureCollection` as source data, specifying a numeric `propertyName` to estimate. The `range` defines the interpolation window's size. A global `mean` and `stdDev` are utilized, with `gamma` controlling the estimate's convergence toward the mean. Overlapping points can be handled using a provided `reducer`. The function outputs an `Image` of estimated values.\n"]]