Vari Function

Calculation of the variance


Description

The function \(Vari\) calculates the variance from the total amount of data. For a sample use \(SVari\)


Syntax

Vari (List)


Example

a=[4,6,9,7,9,2,4,6,3]

Vari(a)= 5.58