Xceed Chart for WinForms v4.4 Documentation
Standard Deviation
Welcome to Xceed Chart for WinForms v4.4 > User Guide > Data Manipulation > Functions > Standard Deviation

Syntax

STDDEV(A1)

Arguments

A1 must be an array.

Result

The result is a scalar value.

Description

The function calculates the standard deviation for the elements in the array A1.  

Related Examples

Windows Forms: Data Manipulation\Functions\General Purpose Functions 2