summary.hermite_estimator_bivar: Summarizes bivariate hermite_estimator object.

View source: R/hermite_estimator_bivar.R

summary.hermite_estimator_bivarR Documentation

Summarizes bivariate hermite_estimator object.

Description

Outputs key parameters of a bivariate hermite_estimator object along with estimates of the mean and standard deviation of the first and second dimensions of the bivariate data that the object has been updated with. Also outputs the Spearman's Rho and Kendall Tau of the bivariate data that the object has been updated with.

Usage

## S3 method for class 'hermite_estimator_bivar'
summary(object, digits = max(3, getOption("digits") - 3), ...)

Arguments

object

A hermite_estimator_bivar object.

digits

A numeric value. Number of digits to round to.

...

Other arguments passed on to methods used in summary.


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