std_err: Standard Error

View source: R/std.R

std_errR Documentation

Standard Error

Description

Standard error of the values of x.

Usage

std_err(x)

Arguments

x

numeric vector or matrix

Details

Standard error is computed as var(x)/length(x).

Value

Returns the standard error of all elements of the vector or matrix.

Examples

std_err(1:10)  #=> 0.9574271

pracma documentation built on Nov. 10, 2023, 1:14 a.m.