ee.Reducer.circularVariance
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Gibt einen Reducer zurück, der die (gewichtete) zirkuläre Varianz seiner Eingaben berechnet, die in Radiant erwartet werden. Falls zutreffend, lautet der Ausgabename „circularVariance“.
Nutzung | Ausgabe |
---|
ee.Reducer.circularVariance() | Reducer |
Keine Argumente.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 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.**"]]