[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-07-26(UTC)"],[[["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"]]