varp: Variance in Population

View source: R/varp.R

varpR Documentation

Variance in Population

Description

Calculate variance based on entire population.

Usage

varp(x, na.rm = FALSE)

Arguments

x

a numeric vector or the like.

na.rm

whether NA values should be stripped.

Value

Variance, as a single number.

Note

Useful to evaluate MLE of \sigma^2.


arnima-github/arni documentation built on Oct. 28, 2023, 6:18 p.m.