켄달의 타우-b 순위 상관관계를 계산하는 리듀서를 만듭니다. 타우 값이 양수이면 증가 추세를 나타내고 음수이면 감소 추세를 나타냅니다. 자세한 내용은 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"]]