सूचना: जिन गैर-व्यावसायिक प्रोजेक्ट के लिए Earth Engine को 15 अप्रैल, 2025 से पहले रजिस्टर किया गया है उन्हें ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल से जुड़ी ज़रूरी शर्तों की पुष्टि करनी होगी. अगर आपने 26 सितंबर, 2025 तक पुष्टि नहीं की, तो आपके ऐक्सेस को होल्ड पर रखा जा सकता है.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह एक ऐसा रिड्यूसर बनाता है जो केंडल के टाउ-बी रैंक कोरिलेशन का हिसाब लगाता है. टाउ की पॉज़िटिव वैल्यू से पता चलता है कि ट्रेंड बढ़ रहा है. वहीं, नेगेटिव वैल्यू से पता चलता है कि ट्रेंड घट रहा है. ज़्यादा जानकारी के लिए, https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/stat/correlation/KendallsCorrelation.html पर जाएं.
इस्तेमाल
रिटर्न
ee.Reducer.kendallsCorrelation(numInputs)
रेड्यूसर
आर्ग्यूमेंट
टाइप
विवरण
numInputs
पूर्णांक, डिफ़ॉल्ट: 1
इनपुट की संख्या (1 या 2). अगर 1 तय किया जाता है, तो x वैल्यू के लिए क्रम संख्याएं अपने-आप जनरेट होती हैं. इसका मतलब है कि कोई भी संख्या एक से ज़्यादा बार नहीं हो सकती.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[],["This content describes a reducer that calculates Kendall's Tau-b rank correlation. It returns a reducer object and expects one or two numerical inputs. If only one input is provided, the reducer generates sequence numbers for the x-values, ensuring no ties. The output indicates trend direction: positive tau suggests an increasing trend, while negative tau indicates a decreasing one. The `numInputs` argument defines the expected number of inputs, defaulting to one.\n"]]