centcosums-accessor {fromo}R Documentation

Accessor methods.

Description

Access slot data from a centcosums object.

Usage

cosums(x)

## S4 method for signature 'centcosums'
cosums(x)

comoments(x, type = c("central", "raw"))

## S4 method for signature 'centcosums'
comoments(x, type = c("central", "raw"))

Arguments

x

a centcosums 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


[Package fromo version 0.2.1 Index]