summary.hermite_estimator_univar: Summarizes univariate hermite_estimator object.

View source: R/hermite_estimator_univar.R

summary.hermite_estimator_univarR Documentation

Summarizes univariate hermite_estimator object.

Description

Outputs key parameters of a univariate hermite_estimator object along with estimates of the mean, standard deviation and deciles of the data that the object has been updated with.

Usage

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

Arguments

object

A hermite_estimator_univar 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.