Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del 15 aprile 2025 devono verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-26 UTC."],[[["`Array.erf()` calculates the error function for each element in an input array."],["The error function values range from -1 to 1, representing the probability of a random variable falling within a certain range."],["The function is demonstrated with examples in JavaScript, Python, and Colab, including visualizations of the error function curve."]]],["The `erf()` method computes the error function of each element within an input array. It's accessible via `Array.erf()`, returning a new array. The input array is provided as the `this` parameter. Example usage demonstrates that `erf(-6)` results in `-1`, `erf(0)` results in `0`, and `erf(6)` results in `1`. Additionally, a sequence of points between -3 and 3 are generated and plotted in both JavaScript and Python to visualize the `erf()` function's curve.\n"]]