ee.Reducer.sampleStdDev
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 (Hàm giảm) tính toán độ lệch chuẩn của mẫu cho các giá trị đầu vào. Nếu có thể, tên đầu ra là "stdDev".
Cách sử dụng | Giá trị trả về |
---|
ee.Reducer.sampleStdDev() | 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\u003eComputes the sample standard deviation of input data.\u003c/p\u003e\n"],["\u003cp\u003eReturns a Reducer object for this computation.\u003c/p\u003e\n"],["\u003cp\u003eThe output is typically named "stdDev".\u003c/p\u003e\n"],["\u003cp\u003eThis reducer takes no arguments.\u003c/p\u003e\n"]]],["The `ee.Reducer.sampleStdDev()` function returns a Reducer to calculate the sample standard deviation of input values. It takes no arguments. The output of this Reducer, when applied, will be named \"stdDev\" where applicable. This function is used to compute the variability or dispersion within a dataset sample.\n"],null,["# ee.Reducer.sampleStdDev\n\nReturns a Reducer that computes the sample standard deviation of its inputs. Where applicable, the output name is \"stdDev\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------|---------|\n| `ee.Reducer.sampleStdDev()` | Reducer |\n\n**No arguments.**"]]