show-methods: Show a centsums object.

Description Usage Arguments Note Author(s) Examples

Description

Displays the centsums object.

Usage

1
2
3
4
show(object)

## S4 method for signature 'centsums'
show(object)

Arguments

object

a centsums object.

Note

The moment computations provided by fromo are numerically robust, but will often not provide the same results as the 'standard' implementations, due to differences in roundoff. We make every attempt to balance speed and robustness. User assumes all risk from using the fromo package.

Author(s)

Steven E. Pav shabbychef@gmail.com

Examples

1
2
3
4
set.seed(123)
x <- rnorm(1000)
obj <- as.centsums(x, order=5)
obj

shabbychef/fromo documentation built on April 11, 2021, 11:03 p.m.