rawtocentral: Function to convert raw Moments to Central ones.

Description Usage Arguments Value Note

View source: R/Moments.R

Description

The function converts the raw moments of a distribution to the central ones. Instead of the first central moment (which is always 0), the function displays the first raw moment instead.

Usage

1
rawtocentral(moments)

Arguments

moments

is a vector of raw moments

Value

A vector of central moments (the first one is the first raw moment.) the nth element of the vector is the nth central moment.

Note

Maximum length supported is n=5.


lucazama/CollectiveRisk documentation built on July 25, 2020, 7:22 a.m.