show | R Documentation |
Displays the centsums object.
show(object)
## S4 method for signature 'centsums'
show(object)
object |
a |
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.
Steven E. Pav shabbychef@gmail.com
set.seed(123)
x <- rnorm(1000)
obj <- as.centsums(x, order=5)
obj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.