Anuncio: Todos los proyectos no comerciales registrados para usar Earth Engine antes del
15 de abril de 2025 deben
verificar su elegibilidad no comercial para mantener el acceso a Earth Engine.
ee.Image.erfc
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Calcula la función error complementaria de la entrada.
Uso | Muestra |
---|
Image.erfc() | Imagen |
Argumento | Tipo | Detalles |
---|
esta: value | Imagen | Es la imagen a la que se aplica la operación. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 2025-07-26 (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,["# ee.Image.erfc\n\nComputes 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. |"]]