SVari Function
Calculation of variance from a sample
Description
The function \(SVari\) calculates the variance from a sample of the data. For the total amount of data use \(Vari\).
Syntax
SVari (List)
Example
a=[4,6,9,7,9,2,4,6,3]
SVari(a)= 6.28