Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eCalculates the complementary error function for each pixel value within the provided image.\u003c/p\u003e\n"],["\u003cp\u003eReturns a new image where pixel values represent the result of this function.\u003c/p\u003e\n"],["\u003cp\u003eThe original image remains unchanged by this operation.\u003c/p\u003e\n"],["\u003cp\u003eThis function is particularly useful in statistical analysis and probability calculations related to image data.\u003c/p\u003e\n"]]],["The `erfc()` function calculates the complementary error function for an input image. It takes a single argument, `value`, which is the input image. The function operates on this image and returns a new image containing the computed complementary error function values. The input image is the image to which the calculation will be applied. The function returns the modified Image.\n"],null,["Computes the complementary error function of the input.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------|---------|\n| Image.erfc`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|----------------------------------------------|\n| this: `value` | Image | The image to which the operation is applied. |"]]