var0 {UncDecomp}R Documentation

Variance(DEPRECATED)

Description

This function returns the population variance of a given vector.

Usage

var0(x)

Arguments

x

a numeric vector.

Value

the population variance of a given vector

Examples

(x <- rnorm(5))
# var0() is deprecated. Use U_var()
# var0(x)

[Package UncDecomp version 1.0.1 Index]