ee.Reducer.circularVariance
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מחזירה Reducer שמחשב את השונות המעגלית (המשוקללת) של נתוני הקלט, שאמורים להיות ברדיאנים. במקרים הרלוונטיים, שם הפלט הוא circularVariance.
שימוש | החזרות |
---|
ee.Reducer.circularVariance() | הפחתה |
אין ארגומנטים.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eThis reducer calculates the circular variance of input values, which represent angles in radians.\u003c/p\u003e\n"],["\u003cp\u003eThe output of this reducer is named "circularVariance".\u003c/p\u003e\n"],["\u003cp\u003eThe reducer can handle weighted circular variance calculations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eee.Reducer.circularVariance()\u003c/code\u003e is used to access this reducer without any arguments.\u003c/p\u003e\n"]]],["This content describes a Reducer function that calculates the circular variance of input data, expected in radians. The function, `ee.Reducer.circularVariance()`, returns a Reducer object. It operates without any arguments. The calculated variance represents the spread of the input data around a circle. The output name associated with this calculation is \"circularVariance.\" The function computes weighted circular variance.\n"],null,["# ee.Reducer.circularVariance\n\nReturns a Reducer that computes the (weighted) circular variance of its inputs, which are expected to be in radians. Where applicable, the output name is \"circularVariance\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------|---------|\n| `ee.Reducer.circularVariance()` | Reducer |\n\n**No arguments.**"]]