MeanStDev Function

Returns the average value and the standard deviation


Description

The function \(MeanStDev\) returns the average and standard deviation of the available data. For a sample use \(SMeanStDev \)

Result

The result is a list containing the average value and the standard deviation in this order.

Syntax

MeanStDev (List) = [average, deviation]

Example

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

MeanStDev (a)= 5.56 2.51