Learn R Programming

simsem (version 0.2-8)

kStat: Calculate the k-statistic of a variable

Description

Calculate the k-statistic (i.e., unbiased estimator of a cumulant) of a variable

Usage

kStat(x, ord)

Arguments

x
A vector of a variable
ord
The order of the k-statistics (The maximum value is 4).

Value

  • The k-statistic value

Examples

Run this code
# This function is not a public function.

# kStat(1:5, 4)

Run the code above in your browser using DataLab