TSeriesStatsTool.Statistics

TSeriesStatsTool.Statistics
TSeriesStatsTool

procedure Statistics(Const Lines: TStrings);

Unit
TeeSeriesStats

Description
Adds basic statistic information to Lines parameter in text format similar to the following example:

Number of values: 25
Maximum value: 427.5 at position 15
Minimum value: 112.5 at position 2

Range: 315

Average: 249.7
Median: 261.25
Mode: 112.5
Std. Deviation: 90.359
Variance: 7,838.16
Root Mean Square: 270.394
Correlation: 0.341


Note: The Lines parameter must be created before calling this method, and it is the responsability of the developer to free it.