stats: Statistical Functions

statsR Documentation

Statistical Functions

Description

A set of statistics that extend the ones made available in the stats package.

Usage

bvar(x)

bsd(x)

rowVar(x)

colVar(x)

## S4 method for signature 'numeric'
skew(x)

## S4 method for signature 'numeric'
kurt(x)

Arguments

x

numeric for bvar() and bsd(), matrix for rowVar() and colVar().

Value

bvar() and bsd() return a single numeric, rowVar() and colVar() return a numeric vector.

Functions

  • bvar(): Biased sample variance

  • bsd(): Biased sample standard deviation

  • rowVar(): Biased sample variance by matrix row

  • colVar(): Biased sample variance by matrix column

  • skew(numeric): Sample skewness

  • kurt(numeric): Sample kurtosis


joker documentation built on June 8, 2025, 12:12 p.m.