ts_tau: Calculate Theil-Sen Equivalent of Kendall's Tau

Description Usage Arguments See Also

View source: R/theilsen.R

Description

Sen denotes this as U. It's functionally equivalent to Kendall's Tau, however their calculations differ.

Usage

1
ts_tau(t = NULL, n, score)

Arguments

t

A vector of ranks (numeric, or coercible to numeric). For Time Series the observation dates.

n

Length of ranking.

score

Sen's Test statistic.

See Also

ts_test


Florian-Katerndahl/simpleRank documentation built on Dec. 17, 2021, 8:28 p.m.