getKurtosis: Kurtosis

Description Usage Arguments Details Value Dependencies Author(s)

Description

Kurtosis partial computation for a study variable.

Usage

1

Arguments

x

is a study variable.

mean

the arithmetic mean.

Details

Partial calculations of skew measure.

Considering xi for elements of x and x* for their mean, so m[r] = ∑[i](x[i]-x*)^r/n is a partial sample moments of order r.

This function computes the 2nd and 4th partial sample moments.

Value

A list with components:

m2

second sample moment.

m4

fourth sample moment.

Dependencies

getVarByName

Author(s)

Paula R. Costa e Silva


paularaissa/distStatsServer documentation built on June 19, 2019, 12:43 a.m.