ee.Reducer.pearsonsCorrelation
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สร้างตัวลดแบบ 2 อินพุตที่คำนวณสัมประสิทธิ์สหสัมพันธ์แบบเพียร์สันและทดสอบค่า p แบบ 2 ด้านสำหรับสหสัมพันธ์ = 0
การใช้งาน | การคืนสินค้า |
---|
ee.Reducer.pearsonsCorrelation() | ตัวลดตำแหน่ง |
ไม่มีอาร์กิวเมนต์
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eComputes Pearson's product-moment correlation coefficient between two input variables.\u003c/p\u003e\n"],["\u003cp\u003eCalculates the p-value for a two-sided test where the null hypothesis is that the correlation is 0.\u003c/p\u003e\n"],["\u003cp\u003eReturns these computed values as a reducer for use in Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eThis reducer is created using \u003ccode\u003eee.Reducer.pearsonsCorrelation()\u003c/code\u003e and requires no arguments.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.pearsonsCorrelation\n\nCreates a two-input reducer that computes Pearson's product-moment correlation coefficient and the 2-sided p-value test for correlation = 0.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------------|---------|\n| `ee.Reducer.pearsonsCorrelation()` | Reducer |\n\n**No arguments.**"]]