<< relative_frequency Probas Stats the_median >>

Scilab Scholar module for schools >> Probas Stats > std_deviation

std_deviation

standard deviation

Calling sequence

s = std_deviation(v)

Arguments

v

vector of real numbers

s

positive real number

Description

std_deviation(v) returns the standard deviation of the components of the vector v.

Examples

v=[8,10,11]
std_deviation(v)
    
std_deviation([10^8+1,10^8+2,10^8+3])

See Also

<< relative_frequency Probas Stats the_median >>