Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ee.Array.trigamma
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Berdasarkan elemen, menghitung fungsi trigamma input.
Penggunaan | Hasil |
---|
Array.trigamma() | Array |
Argumen | Jenis | Detail |
---|
ini: input | Array | Array input. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003eThe \u003ccode\u003etrigamma()\u003c/code\u003e function calculates the trigamma function for each element in an input array.\u003c/p\u003e\n"],["\u003cp\u003eIt takes an array as input and returns a new array with the calculated trigamma values for each corresponding element.\u003c/p\u003e\n"]]],["The function computes the trigamma of each element within an input array. It operates on an element-wise basis, taking an array as input. The function, accessible via `Array.trigamma()`, returns a new array of the same shape containing the calculated trigamma values. The input array `this: input` is the sole argument required for the operation.\n"],null,["# ee.Array.trigamma\n\nOn an element-wise basis, computes the trigamma function of the input.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------|---------|\n| Array.trigamma`()` | Array |\n\n| Argument | Type | Details |\n|---------------|-------|------------------|\n| this: `input` | Array | The input array. |"]]