Description
Kth standardised or central moment of a distribution
Usage
kthmoment(object, k, type = c("central", "standard", "raw"), ...)
Arguments
k
the kth moment to calculate
type
one of 'central', 'standard' or 'raw', abbreviations allowed
Value
If univariate, the given k-moment as a numeric, otherwise NULL.