הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-Earth Engine לפני 15 באפריל 2025 חייבים לעבור אימות של הזכאות לשימוש לא מסחרי כדי לשמור על הגישה ל-Earth Engine.
[[["התוכן קל להבנה","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)."],[[["`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"]]