show {fromo}R Documentation

Show a centsums object.

Description

Displays the centsums object.

Usage

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

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

[Package fromo version 0.2.1 Index]