This method calculates the Kendall rank correlation coefficient value using the hermite_estimator_bivar object (h_est_obj).
# S3 method for hermite_estimator_bivar
kendall(h_est_obj, clipped = FALSE)
A numeric value.
A hermite_estimator_bivar object.
A boolean value. Indicates whether to clip the Kendall rank correlation estimates to lie between -1 and 1.
The object must be updated with observations prior to the use of this method.