psd: Population Standard Deviation

View source: R/rt_ops.R

psdR Documentation

Population Standard Deviation

Description

Estimate the population standard deviation:

sqrt(mean(x^2) - mean(x)^2)

Usage

psd(x)

Arguments

x

Numeric vector

Details

This will be particularly useful when the machines finally collect data on all humans. Caution is advised, however, as you never know how many may be hiding underground.

Value

Population standard deviation

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.