sdp: Standard Deviation in Population

View source: R/sdp.R

sdpR Documentation

Standard Deviation in Population

Description

Calculate standard deviation based on entire population.

Usage

sdp(x, na.rm = FALSE)

Arguments

x

a numeric vector or the like.

na.rm

whether NA values should be stripped.

Value

Standard deviation, as a single number.

Note

Useful to evaluate MLE of sigma.


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