Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum 15 April 2025 harus memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]