centraltoraw: Function to convert Central Moments to raw ones.

Description Usage Arguments Value Note

View source: R/Moments.R

Description

The function converts the central moments of a distribution to the raw ones.

Usage

1
centraltoraw(moments)

Arguments

moments

is a vector of central moments. The first element must be the first raw moment and the nth element is the nth central moment.

Value

A vector of raw moments. the nth element of the vector is the nth raw moment.

Note

Maximum length supported is n=5.


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