Kth standardised or central moment of a distribution
kthmoment(object, k, type = "central")
Distribution.
the kth moment to calculate
one of 'central', 'standard' or 'raw', abbreviations allowed
If univariate, the given k-moment as a numeric, otherwise NULL.
$kthmoment(k, type = "central")
The kth central moment of a distribution is defined by
Abbreviations for the type are allowed but if an unfamiliar input is given then the central moment is computed.
Can only be used after decorating with CoreStatistics
.