TStdDeviationFunction
 
 
 

All Units  All Classes  Properties, Methods and Events  

TStdDeviationFunction
Hierarchy     Properties     Methods     Events     

Unit
StatChar

Description
TStdDeviationFunction constructs a line based on the Standard deviation of its input Series' values.

The Standard Deviation Function calculates and plots

this formula: Sqrt( ((n*Sum(y*y)) - Sqr(Sum(y))) / (n*(n-1)) )

"Complete" Std.Deviation calculates (See the Complete property):

Sqrt( ((n*Sum(y*y)) - Sqr(Sum(y))) / Sqrt(n) )

To see a visual representation of TeeChart Extended Functions, go to the TeeChart User Guide.



Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.