kendall.hermite_estimator_bivar: Estimates the Kendall rank correlation coefficient

View source: R/hermite_estimator_bivar.R

kendall.hermite_estimator_bivarR Documentation

Estimates the Kendall rank correlation coefficient

Description

This method calculates the Kendall rank correlation coefficient value using the hermite_estimator_bivar object (h_est_obj).

Usage

## S3 method for class 'hermite_estimator_bivar'
kendall(h_est_obj, clipped = FALSE)

Arguments

h_est_obj

A hermite_estimator_bivar object.

clipped

A boolean value. Indicates whether to clip the Kendall rank correlation estimates to lie between -1 and 1.

Details

The object must be updated with observations prior to the use of this method.

Value

A numeric value.


hermiter documentation built on May 31, 2023, 6:30 p.m.