centsums-accessor-methods: Accessor methods.

Description Usage Arguments Note Author(s)

Description

Access slot data from a centsums object.

Usage

1
2
3
4
5
6
7
8
9
sums(x)

## S4 method for signature 'centsums'
sums(x)

moments(x, type = c("central", "raw", "standardized"))

## S4 method for signature 'centsums'
moments(x, type = c("central", "raw", "standardized"))

Arguments

x

a centsums object.

type

the type of moment to compute.

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


fromo documentation built on May 2, 2019, 5:07 a.m.