ee.Reducer.circularVariance
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Trả về một Reducer tính phương sai hình tròn (có trọng số) của các đầu vào. Các đầu vào này dự kiến sẽ ở dạng radian. Nếu có thể, tên đầu ra là "circularVariance".
Cách sử dụng | Giá trị trả về |
---|
ee.Reducer.circularVariance() | Bộ giảm tốc |
Không có đối số.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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.**"]]