calc_moments {fitur}R Documentation

Calculate moments of a numeric vector

Description

Calculate moments of a numeric vector

Usage

calc_moments(x)

Arguments

x

a numeric vector

Value

a named vector of descriptive statistics

Examples

x <- rexp(1000, 2)
calc_moments(x)

[Package fitur version 0.6.2 Index]